https://github.com/diable201/tank_game
Tank Game with library pygame and python3
https://github.com/diable201/tank_game
Last synced: over 1 year ago
JSON representation
Tank Game with library pygame and python3
- Host: GitHub
- URL: https://github.com/diable201/tank_game
- Owner: diable201
- License: mit
- Created: 2020-04-21T17:18:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T14:33:40.000Z (about 5 years ago)
- Last Synced: 2025-01-17T19:55:22.420Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# âšī¸ Tank Game
### The tank game using Python 3 and Library Pygame. The game was made for an exam.
### 3 game modes were available.
* Single Mode
* Multiplayer Mode (no longer available)
* Multiplayer with AI Mode (no longer available)

## âī¸ Requirements
- :arrow_up:
Library Pygame:
```
Bash shell
$ pip install pygame
```
Python3:
```
Bash shell
$ python3 -V
Python 3.7.7
```
### :headphones: Sound :
* Music and sound for:
* Explosions
* Shots
* Power Up
* OST
## đ¤ Controls
| | Button |
|--------------|---------------------|
| Move Up | W |
| Move Down | S |
| Move Left | A |
| Move Right | D |
| Move Up | â |
| Move Down | â |
| Move Left | â |
| Move Right | â |
| Fire | Space |
| Fire | Enter |
| Quit game | Esc |