It is a battle of tanks. I have tried to make this game for learning purpose and the idea behind this game is not mine. I have just written the codes of this game.
You need pygame to run this. Run this code in terminal if you dont have it.
- For Windows
pip install pygame
- For Linux
pip3 install pygame
- clone this repo by typing this command in terminal
git clone git@github.com:rohitjoshi21/Tanks.git
- After cloning the repository, change the directory to Tanks.
cd Tanks
- when you have cloned the repo, simply run the .py file in terminal
python3 main.py
- pygame - Library for digital arts, games and music.