2D Game Engine using sdl2
- Have Nim installed (preferably via choosenim)
git clone https://github.com/avahe-kellenberger/shade.git
cd shade
nimble install -dy
nimble extract_depsRun the two example games to make sure everything works on your system
Platformer:
nimble platformer
Physics:
nimble physics
Click on the screen when the game launches to spawn shapes
nimble install 'https://github.com/avahe-kellenberger/shade'- Wherever you'd like your project:
shade --init projectname cd projectname && nimble runrto run the example