Skip to content

Commit d5719fb

Browse files
committed
Merge pull request #4 from sofianugraha/master
Added Some Screenshot README.md
2 parents 279bbd3 + 2bc902e commit d5719fb

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
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:
88

9-
mainGame.py:the initialization and main loop of the game
10-
11-
gameRole.py: class of the game role
9+
1. mainGame.py:The initialization and main loop of the game.
10+
2. gameRole.py: Class of the game role.
11+
12+
# Requirement
13+
14+
1. Python 2.7
15+
2. Python-Pygame
1216

17+
# How To Start Game
1318

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.
19+
```bash
20+
$ python mainGame.py
21+
```
22+
23+
#Screeshot
24+
25+
![](http://s2.postimg.org/728c1wy4p/Screenshot_5.png)
26+
27+
![](http://s30.postimg.org/fflxcv9ld/Screenshot_6.png)

0 commit comments

Comments
 (0)