File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- PythonShootGame
2
- ===============
1
+ # PythonShootGame
3
2
4
- A simple shoot game by python
3
+ A simple shoot game written in Python.
5
4
5
+ # Introduce
6
6
7
7
This project only include two simple .py files:
8
+ 1 . mainGame.py:The initialization and main loop of the game.
9
+ 2 . gameRole.py: Class of the game role.
8
10
9
- mainGame.py:the initialization and main loop of the game
10
-
11
- gameRole.py: class of the game role
11
+ # Requirement
12
+
13
+ 1 . Python 2.7
12
14
15
+ # Installation
13
16
14
- To run this game, first install python 2.7, then install the corresponding version of pygame.
15
- After that, double click the mainGame.py, you can play it.
17
+ To run this game, install the corresponding version of pygame.
18
+ After that, double click the mainGame.py and you can play it.
You can’t perform that action at this time.
0 commit comments