Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasbeehismail/laserwar-game
Laser War Interactive game implemented in C++20 with OpenGL graphics rendering.
https://github.com/tasbeehismail/laserwar-game
cpp20 freeglut game glfw3 opengl xcode
Last synced: 12 days ago
JSON representation
Laser War Interactive game implemented in C++20 with OpenGL graphics rendering.
- Host: GitHub
- URL: https://github.com/tasbeehismail/laserwar-game
- Owner: tasbeehismail
- Created: 2024-01-12T00:28:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T16:20:03.000Z (12 months ago)
- Last Synced: 2024-03-05T23:25:24.147Z (10 months ago)
- Topics: cpp20, freeglut, game, glfw3, opengl, xcode
- Language: C++
- Homepage:
- Size: 4.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaserWar-Game
The final Computer Graphics course project.## Features
- One-to-one competitive gameplay.
- With each hit a player's life points decreases by 2.
- Requiring strategic thinking and quick reflexes for survival.## Controls
### PLAYER 1
- Key 'w' to move up
- Key 's' to move down
- Key 'd' to move right
- Key 'a' to move left
- Key 'c' to shoot, and use 'w' and 's' to change direction### PLAYER 2
- Key 'i' to move up
- Key 'k' to move down
- Key 'l' to move right
- Key 'j' to move left
- Key 'm' to shoot, and use 'i' and 'k' to change direction## Demo
![](https://github.com/tasbeehismail/LaserWar-Game/blob/main/DemoLaserWarGame.gif)