Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicoceratto/nimachine
A simple 2D racing game inspired by MicroMachines
https://github.com/federicoceratto/nimachine
game nim nim-lang
Last synced: 1 day ago
JSON representation
A simple 2D racing game inspired by MicroMachines
- Host: GitHub
- URL: https://github.com/federicoceratto/nimachine
- Owner: FedericoCeratto
- License: gpl-3.0
- Created: 2016-07-07T19:39:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T19:19:21.000Z (over 7 years ago)
- Last Synced: 2024-12-28T04:15:39.581Z (10 days ago)
- Topics: game, nim, nim-lang
- Language: Nim
- Size: 4.29 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
=== nimachine
A simple 2D racing game inspired by MicroMachines
image:https://raw.githubusercontent.com/FedericoCeratto/nimachine/master/screenshots/sshot1.png[Screenshot]
How to build:
[source,bash]
----
nimble install sdl2
nimble release
./nimachine
----==== Copyrights and acknowledgements
Thanks to def- for the link:https://hookrace.net/blog/writing-a-2d-platform-game-in-nim-with-sdl2/[Tutorial]
The map tiles are from link:https://www.teeworlds.com/[Teeworlds]