Skip to content

Commit 56f8bfc

Browse files
Merge pull request #1596 from hashfx/issue-1518
fixes #1518
2 parents b1a780b + 59ac437 commit 56f8bfc

19 files changed

+514
-0
lines changed

Galaxy Game/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
.idea/
3+
__pycache__/

Galaxy Game/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# **G A L A X Y** _Game in **Kivy**_
2+
3+
|Language|_**Python 3.9**_|
4+
|-----|-----|
5+
|**Module**|_**Kivy 2.0.0**_|
6+
|**Platform**|_**Cross-Platform**_|
7+
|**Licence**|_**GNU General Public License v3**_|
8+
9+
### Install the latest version of Python from here [Python Download](https://www.python.org/downloads/)
10+
11+
+ ### Clone the repository: [GALAXY](https://github.com/hashfx/GALAXY-game.git)
12+
13+
+ ### Install the **Kivy** module: ```pip install kivy```
14+
15+
+ ### Run ```main.py```
16+
17+
```bash
18+
# module to be installed: Kivy 2.0.0 [near or higher]
19+
pip install Kivy
20+
```
21+
22+
## -: Programme Walkthrough :-
23+
24+
### Start Screen [Main Menu Window]
25+
![StartGame](https://user-images.githubusercontent.com/69109482/126869351-f5b7e170-e540-47e6-b678-eeec738147af.png)
26+
27+
### GamePlay
28+
![GamePlay](https://user-images.githubusercontent.com/69109482/126869353-8919e73b-2097-432a-8480-2e3ec4e6bab2.png)
29+
30+
### Game Over
31+
![GameOver](https://user-images.githubusercontent.com/69109482/126869354-62bf0b96-26c0-46e4-8175-81a449c78fff.png)
32+
33+
## Contribution
34+
### Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
35+
36+
## License
37+
### [GNU General Public License v3](https://choosealicense.com/licenses/gpl-3.0/)
38+
39+
## Visit my Profile [@Harsh Soni](https://github.com/hashfx)
40+
41+
<hr>
42+
43+
<h2 align="center">Keep Innovating!</h2>
44+
<h2 align="center"><a href="https://github.com/hashfx">Code Blooded Creatures!</a></h2>

Galaxy Game/audio/begin.wav

302 KB
Binary file not shown.

Galaxy Game/audio/galaxy.wav

621 KB
Binary file not shown.

Galaxy Game/audio/gameover_impact.wav

1.63 MB
Binary file not shown.

Galaxy Game/audio/gameover_voice.wav

662 KB
Binary file not shown.

Galaxy Game/audio/music1.wav

9.02 MB
Binary file not shown.

Galaxy Game/audio/restart.wav

646 KB
Binary file not shown.

Galaxy Game/fonts/Eurostile.ttf

42.7 KB
Binary file not shown.
31.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)