Game32 is a bullet hell shoot 'em up video game. Player need to control the character to elude bullets while defeating the boss by shooting bullets.
-
→ ↑ ↓ ←: Movement
-
Space: Shoot Bullet
-
Z: Speed control
-
C: Bomb
-
ESC: exit/pause
- OpenGL (>= 3.3)
- GLUT (FreeGLUT, >= 3.0.0)
- CMake (>= 3.12)
cd Game32
rm -rf build
mkdir build
cd build
cmake ..
make
./Game32
