PyShooter Python Game
PyShooter
PyShooter is a two-dimensional shooter game in which the player runs horizontally and fires at enemies.
Repository: https://github.com/SamirPaul1/PyShooter
Demo:
Vimeo: https://vimeo.com/809728956
How To Play
- If you don’t have Python or Pygame installed, you can simply double click the .exe file to play the game. Note: The .exe file needs to stay in the same directory as the sounds, images, and font folders.
Install Pygame pip install pygame
- If you have the correct version of Python and Pygame installed, you can run the program in the command prompt / terminal.
1
2
cd PyShooter
python main.py
Credits for assets used:
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.