Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 855 Bytes

readme.md

File metadata and controls

42 lines (24 loc) · 855 Bytes

Chip's Challenge Remake

Organization

Gameplay: ./chipcore

Platform independent core gameplay implementation.

Just the core game logic, to simulate the game without rendering or audio.

Platform independent game implementation.

Includes menus, game logic, rendering, audio, input handling, etc.

Data: ./data

Game data files.

Desktop application: ./chipplay

Uses winit, glutin for windowing, shade for OpenGL rendering, soloud for audio.

Level editor: ./chipedit

References

Makurust to render markdown files:

License

GPLv3 or later. See license.md.