https://github.com/radutul/tank_wars_2d
https://github.com/radutul/tank_wars_2d
cpp game-development tank-game
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radutul/tank_wars_2d
- Owner: RaduTul
- Created: 2025-03-18T16:10:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:01:06.000Z (7 months ago)
- Last Synced: 2025-03-18T17:34:22.310Z (7 months ago)
- Topics: cpp, game-development, tank-game
- Language: C++
- Homepage:
- Size: 5.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฎ Tank Wars 2D ๐
Welcome to **Tank Wars 2D** โ a fun and action-packed tank battle game! ๐ฎ
## ๐น๏ธ Controls
### ๐ค First Tank
- **Move:** `A` / `D`
- **Aim Turret:** `W` / `S`
- **Fire:** `SPACE` ๐ฏ### ๐ต Second Tank
- **Move:** `LEFT` / `RIGHT`
- **Aim Turret:** `UP` / `DOWN`
- **Fire:** `ENTER` ๐ฏ## ๐ ๏ธ Setup & Build
1. Install **CMake** if you havenโt already.
2. Use **CMake** to build and generate the project.
3. Open the project in **Visual Studio** and run `main.c`.For detailed instructions, check **Setup_Tank_Wars_2D.html**.
## ๐จโ๐ป Code
The code of the tank game is in gfx-framework-master\src\lab_m1\lab3\lab3.c## ๐ Have Fun & Enjoy the Battle!