Skip to content

Commit 208f8f9

Browse files
committed
edited readme
1 parent 279bbd3 commit 208f8f9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
PythonShootGame
2-
===============
1+
# PythonShootGame
32

4-
A simple shoot game by python
3+
A simple shoot game written in Python.
54

5+
# Introduce
66

77
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.
810

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
1214

15+
# Installation
1316

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.

0 commit comments

Comments
 (0)