/marauder

Turn-based strategy game written in Rust using GLFW 3 and OpenGL 3

Primary LanguageRustOtherNOASSERTION

Marauder

https://travis-ci.org/ozkriff/marauder.png?branch=master

Marauder is turn-based post-apocalyptic hexagonal strategy game written in Rust.

Contribute

Feel free to report bugs and patches using GitHub's pull requests system on ozkriff/marauder. Any feedback would be much appreciated!

Data

Get data:

git clone --depth=1 https://github.com/ozkriff/marauder-data data

Compilation

Compile deps:

./make_deps.sh

Compile Marauder:

make

License

Marauder is licensed under the MIT license (see the "LICENSE" file).