platformer
An example 2D platform game with SDL2
Summary
| Latest Version | 1.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:15 |
Tags
Authors
- Dennis Felsing
Installation
nimble install platformer
choosenim install platformer
git clone https://github.com/def-/nim-platformer
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| platformer | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.10.0 | No |
| sdl2 >= | 1.1 | No |
| strfmt >= | 0.6 | No |
| basic2d >= | 0.1.0 | No |
Source
| Repository | https://github.com/def-/nim-platformer |
|---|---|
| Homepage | https://github.com/def-/nim-platformer |
| Registry Source | nimble_official |
README
Writing a 2D Platform Game in Nim with SDL2 
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.