-
GCC MinGW (SEH) 64-bit: Minimum version - 7.3.0
-
GNU Make: Recommended version - 3.81
-
CMake: Recommended version - 3.20
-
C++17
Firstly recommended to create a new directory(example "mkdir build")
and move to(example "cd build")
.
The next step is generating build files:
cmake .. -G "MinGW Makefiles"
After this you have to build the project:
cmake --build
You can change the game settings in "main.cpp" file.
Execute "*.exe"
file in the build directory.
To move the rays you can just move your mouse.
To rotate the rays:
1. Сounterclockwise
- Scroll your mouse wheel up
2. Clockwise:
- Scroll your mouse wheel down