Skip to content

semboko/pygame-tank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame tank

An educational project created with help of two frameworks: pygame and pymunk. The tank is able to move forward and backward (w/d), shoot (whitespace) and change the elevation of the main gun (key_up/key_down).

How to launch the game

  • Clone this repo
  • Create a virtual environment (virtualenv ./env)
  • Activate the virtual environment (source ./env/bin/activate)
  • Install dependencies (pip install -r requirements.txt)
  • Play (python main.py)

Screenshot

screenshot

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages