nimdustry
nimdustry copied to clipboard
Experimental nim version of Mindustry
Nimdustry
A Nim version of Mindustry. Not intended to be a complete game. Partially made as a learning experience.
The Webassembly version can be seen here. Don't expect anything playable yet.
Compiling
- Install the latest stable version of Nim and Nimble.
~/.nimble/bin
must be on your PATH. -
sudo apt install -y xorg-dev libgl1-mesa-dev
or equivalent packages -
nimble debug
Builds are only tested on Linux. Building on Windows is not supported, although cross-compiling from Linux is possible.