Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit be30ab2

Browse files
committed
Add links to the different steps.
1 parent 86a2a02 commit be30ab2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Projects/space-game/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ A clone of [Space Invaders](https://en.wikipedia.org/wiki/Space_Invaders), speci
1010

1111
The project is divided into multiple steps. The `final` folder shows the full game.
1212

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
2424

2525
## Credits
2626

0 commit comments

Comments
 (0)