Skip to content

Commit 47b6922

Browse files
committed
Update README file
+ Added gameplay demo showcasing version 1.8.0.alpha.3
1 parent c1c1739 commit 47b6922

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ To install go or clone this repository follow the [steps](#getting-started).
3131
#### Objective
3232
The game is an endless space shooter where players face increasingly difficult waves of alien ships that scale with their level. Each time the player levels up, they can choose an upgrade to improve their spaceship, such as boosting firepower to handle tougher aliens with stronger armor. The objective is to survive as long as possible, destroy alien ships, and push for a higher score while managing health through occasional drop-down health packs that restore the spaceship health.
3333

34+
#### Youtube - Gameplay Demo - v1.8.0-alpha.3
35+
[![Watch the video](https://img.youtube.com/vi/dHbga9zcfFM/0.jpg)](https://www.youtube.com/watch?v=dHbga9zcfFM)
36+
3437
#### Youtube - Gameplay Demo - v1.8.0-alpha.2
3538
[![Watch the video](https://img.youtube.com/vi/tPa2WHLoExk/0.jpg)](https://www.youtube.com/watch?v=tPa2WHLoExk)
3639

game/assets/alienships.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
{
40-
"name": "diamond",
40+
"name": "Diamond",
4141
"health": 30,
4242
"color": "FFFAFA",
4343
"speed": 2,
@@ -111,7 +111,7 @@
111111
]
112112
},
113113
{
114-
"name": "viper",
114+
"name": "Viper",
115115
"health": 70,
116116
"color": "B39EB5",
117117
"speed": 2,

0 commit comments

Comments
 (0)