Skip to content

Remake of the classic Chip's Challenge

License

Notifications You must be signed in to change notification settings

CasualX/chipgame

Repository files navigation

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.