StarVoyager

It is a simple shooter game similar to Galaxian(https://en.wikipedia.org/wiki/Galaxian).

Used technologies:

  • C++
  • SFML(v2.3)
  • make

To run this game:

  1. Download this repository.
  2. Check if you have appropriate EoL's in files inside Maps folder(you can use my endings translator https://github.com/raphaelsolarski/EndingsTranslator).
  3. Build project with "make" command.
  4. Run with "./StrarVoyager" command.

To build this project you have to have sfml(min.v2.0), g++(gcc) or minGW installed and PATH variable set properly. If you compile on your own(wthout make) you should turn on C++11 in your compiler.