My attempt at game dev. Mimics the 90s arcade rocket games.
- Clone repo and cd into it.
- create a build directory and cd into it
- g++(@v 7.5.0^) - https://sourceforge.net/projects/mingw-w64/ -(Windows)
- Cmake(@v 3.2^) - https://cmake.org/download/
- For windows x86 platforms, run
cmake -G "MinGW Makefiles" ..
- After successfuly creating build system, run
make
- run Rocket_Battle.exe binary and enjoy