Skip to content

A simple multiplayer shooting game of battle tankers.

Notifications You must be signed in to change notification settings

rohitjoshi21/Tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tanks

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.


🔮 Prerequisites

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

📷 Screenshot

Intro Play


💾 Get Started

  • 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

🔨 Built With

  • pygame - Library for digital arts, games and music.

:octocat: Author

Rohit Joshi


:octocat: Contributors

Pradeep Bhattarai