wizzardx / nim-platformer

Writing a 2D Platform Game in Nim with SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Writing a 2D Platform Game in Nim with SDL2

License:Other


Languages

Language:Nim 85.6%Language:C 14.4%