No description
Find a file
2019-02-25 13:31:25 +01:00
data Initial commit 2016-06-14 01:52:37 +02:00
glibc-hack Initial commit 2016-06-14 01:52:37 +02:00
libs Initial commit 2016-06-14 01:52:37 +02:00
tutorial Also adapt tutorial code 2019-02-24 22:20:46 +01:00
.gitignore Initial commit 2016-06-14 01:52:37 +02:00
circle.yml circle.yml fix 2019-02-25 13:31:25 +01:00
license.txt Initial commit 2016-06-14 01:52:37 +02:00
platformer.nim Adapt to current Nim version 2019-02-24 22:09:08 +01:00
platformer.nimble Adapt to current Nim version 2019-02-24 22:09:08 +01:00
readme.md Update readme 2016-06-16 01:47:52 +02:00
release.nim Initial commit 2016-06-14 01:52:37 +02:00

Writing a 2D Platform Game in Nim with SDL2 Build Status

Code for Writing a 2D Platform Game in Nim with SDL2.

Building

nimble build or nim -d:release c platformer both build a platformer binary file.

Installation

After nimble install the platformer binary is located in ~/.nimble/bin.

Download

The resulting binaries can be downloaded here: Win64, Win32, Linux x86_64, Linux x86

Tutorial Steps

All the tutorial steps can be compiled with nimble tests.