Code for Writing a 2D Platform Game in Nim with SDL2.
nimble build
or nim -d:release c platformer
both build a platformer
binary file.
After nimble install
the platformer
binary is located in ~/.nimble/bin
.
The resulting binaries can be downloaded here: Win64, Win32, Linux x86_64, Linux x86
All the tutorial steps can be compiled with nimble tests
.