Skip to content

Commit d9818bb

Browse files
authored
Create README.md
1 parent af1b48a commit d9818bb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<h2 align="center">
2+
<strong>This is Alien Invasion</strong>
3+
</h2>
4+
<p align="center">
5+
A Classic Alien Invasion Arcade game remade in python .
6+
</p>
7+
<img src="https://github.com/Y2K222/alien_invasion/blob/master/images/cover/alien_invasion.png?raw=true"/>
8+
9+
## Getting Started
10+
11+
First, fork the repository. Then, go into your favorite terminal.
12+
13+
git clone [git@github.com:YOUR_USERNAME/game.git](https://github.com/Y2K222/alien_invasion.git)
14+
cd alien_invasion
15+
python alien_invasion.py
16+
17+
## System and Engines
18+
19+
### Python
20+
Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected.
21+
https://www.python.org/
22+
23+
### Pygame
24+
Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.
25+
https://www.pygame.org/
26+
27+
## Special thanks to
28+
29+
This is a in book project of Python Crash Course by Eric Matthes.
30+
https://g.co/kgs/GczWyV

0 commit comments

Comments
 (0)