https://github.com/zeynepcol/space-shooter-game-opengl
C++,OpenGL Game-Space Shooter Game
https://github.com/zeynepcol/space-shooter-game-opengl
cpp game game-2d game-developement gamedev opengl space-shooter-game
Last synced: 3 months ago
JSON representation
C++,OpenGL Game-Space Shooter Game
- Host: GitHub
- URL: https://github.com/zeynepcol/space-shooter-game-opengl
- Owner: zeynepcol
- Created: 2024-10-07T15:25:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T07:48:28.000Z (over 1 year ago)
- Last Synced: 2025-03-20T07:18:28.833Z (over 1 year ago)
- Topics: cpp, game, game-2d, game-developement, gamedev, opengl, space-shooter-game
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Space Shooter Game w OpenGL by @zeynepcol
Graphical space shooter game developed in C++ using OpenGL.
IMAGES




Graphical mode created in C++ on OpenGL
GAME DESCRIPTION
Keybord control for PLAYER :
W - UP
S - DOWN
A - LEFT
D - RIGHT
C - to shoot, Use 'w' and 's' to change direction.
Keybord control for PLAYER 2 :
I - UP
K - DOWN
J - LEFT
L - RIGHT
M - to shoot, Use 'I' and 'K' to change direction.
kill your opponent.
Each time a player gets shot, LIFE decreases by 5 points.