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_deps
Run 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 runr
to run the example