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:
- Download this repository.
- Check if you have appropriate EoL's in files inside Maps folder(you can use my endings translator https://github.com/raphaelsolarski/EndingsTranslator).
- Build project with "make" command.
- 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.