Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.31 KB

neopedersia

Build Status Build status Coverity Scan Build Status

Nexus Wars style game.

Status

The project is currently on the early stages of development, and is not yet playable.

Building

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

Author

License

MIT License

The project also bundles third party software under its own licenses:

  • extlibs/SDL2pp (C++11 SDL2 wrapper library) - zlib license