File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
PyGamesScripts/Alien Invasion Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ #Alien Invasion
2+ This project was created for me to have a better understanding of the python language
3+ and it's libraries, and for you to enjoy!
4+ I wrote the game using the pygame library while downloading two BMP files from google.
5+ ** Purpose**
6+ control the ship using the arrows on the kewboard and shoot down the aliens on screen
7+ using the space bar.
8+ The player has 3 lives.
9+ each player has a score count
10+ Once the player eliminates all aliens from the screen a new round will begin with
11+ faster aliens.
12+ If the player loses, game will restart.
13+ ** Workflow**
14+ I used the Sprite class in order to maintain the bullet, ship and alien objects
15+ with use of the collision detection method of the sprite class.
16+ I used pygame in order to set up the game window and fonts with it's built in
17+ methods.
18+ ** Compilation steps**
19+ In order to get the game running, run the alien_invasion.py file.
20+
21+ ** Screenshot**
22+ ![ Alien Invaders] (C:\Users\jordi\Alien Invaders.jpg)
23+
24+ ** Author**
25+ Yarden Galon
You can’t perform that action at this time.
0 commit comments