https://github.com/momattar/tankwars
A Python coded game using OpenGL
https://github.com/momattar/tankwars
computer-graphics game-developement opengl python
Last synced: about 1 month ago
JSON representation
A Python coded game using OpenGL
- Host: GitHub
- URL: https://github.com/momattar/tankwars
- Owner: momattar
- Created: 2024-05-08T20:25:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T21:25:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T10:44:32.737Z (over 1 year ago)
- Topics: computer-graphics, game-developement, opengl, python
- Language: Python
- Homepage:
- Size: 4.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tank Wars
## 🚀 Game Description
You score by killing enemy tanks, Enemy scores by killing you or hitting (touching) you
You start in level 0, tank faces one enemy tank, if you score a point you get up to level 1 another enemy joins from other side, challenging you, scoring 5 points gets you up to level 2, a third enemy joins from other side, making it harder to survive.
## 🐍 Python libraries
1) OpenGL
2) Pygame
3) Math
## 🎮 Game controls
W --> Go Up ⬆️
S --> Go Down ⬇️
D --> Go Right➡️
A --> Go Left ⬅️
MouseLeftClick --> Shooting💣
Q --> Quit
## 🎪 Contributors:
- [Hamza Mahrous](https://github.com/hamzamahrous)
- [Ziad Ghoraba](https://github.com/Ziad-Ghoraba)
- [Sara Hesham](https://github.com/SaraaHesham)