Nexus Wars style game.
The project is currently on the early stages of development, and is not yet playable.
Dependencies:
- cmake
- SDL2
- SDL2_image
- SDL2_ttf
The project also uses libSDL2pp, C++11 bindings library for SDL2.
It's included into git repository as a submodule, so if you've
obtained source through git, don't forget to run git submodule init && git submodule update
.
Quickstart:
git clone https://github.com/vladimirgamalian/neopedersia.git
cd neopedersia
git submodule init && git submodule update
cmake && make
cd ./bin && ./neopedersia
The project also bundles third party software under its own licenses:
- extlibs/SDL2pp (C++11 SDL2 wrapper library) - zlib license