An open API service indexing awesome lists of open source software.

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

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)

![Screen_1](Screenshots/screen.png)

## â—ī¸ 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 |