This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ A clone of [Space Invaders](https://en.wikipedia.org/wiki/Space_Invaders), speci
10
10
11
11
The project is divided into multiple steps. The ` final ` folder shows the full game.
12
12
13
- * ** Step 1** : Creating and moving the player
14
- * ** Step 2** : Correct key input
15
- * ** Step 3** : Correct timing
16
- * ** Step 4** : Firing lasers
17
- * ** Step 5** : Removing lasers
18
- * ** Step 6** : Creating the enemies
19
- * ** Step 7** : Hit detection
20
- * ** Step 8** : Enemy lasers
21
- * ** Step 9** : Random cooldown
22
- * ** Step 10** : Losing the game
23
- * ** Step 11** : Winning the game
13
+ * [ ** Step 1** ] ( ./step01 ) : Creating and moving the player
14
+ * [ ** Step 2** ] ( ./step02 ) : Correct key input
15
+ * [ ** Step 3** ] ( ./step03 ) : Correct timing
16
+ * [ ** Step 4** ] ( ./step04 ) : Firing lasers
17
+ * [ ** Step 5** ] ( ./step05 ) : Removing lasers
18
+ * [ ** Step 6** ] ( ./step06 ) : Creating the enemies
19
+ * [ ** Step 7** ] ( ./step07 ) : Hit detection
20
+ * [ ** Step 8** ] ( ./step08 ) : Enemy lasers
21
+ * [ ** Step 9** ] ( ./step09 ) : Random cooldown
22
+ * [ ** Step 10** ] ( ./step10 ) : Losing the game
23
+ * [ ** Step 11** ] ( ./step11 ) : Winning the game
24
24
25
25
## Credits
26
26
You can’t perform that action at this time.
0 commit comments