Skip to content

vladimirgamalyan/neopedersia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nexus Wars style game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published