Skip to content

MichaelY310/Game32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game32

Overview

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.

屏幕截图 2023-12-08 003512

Control

  • → ↑ ↓ ←: Movement

  • Space: Shoot Bullet

  • Z: Speed control

  • C: Bomb

  • ESC: exit/pause

Dependencies

  • OpenGL (>= 3.3)
  • GLUT (FreeGLUT, >= 3.0.0)
  • CMake (>= 3.12)

How to run

cd Game32
rm -rf build
mkdir build
cd build
cmake ..
make
./Game32

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors