Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 470 Bytes

File metadata and controls

30 lines (18 loc) · 470 Bytes

PythonShootGame

A simple shoot game written in Python.

Introduce

This project only include two simple .py files:

  1. mainGame.py: The initialization and main loop of the game.
  2. gameRole.py: Class of the game role.

Requirement

  1. Python 2.7
  2. Python-Pygame

How To Start Game

$ python mainGame.py

License

GPL

Screenshot