|
60 | 60 | <div>
|
61 | 61 | <ul class="list-group">
|
62 | 62 | <li class="list-group-item">
|
63 |
| - <a href="checkers">Checkers</a>: Learn how to code checkers with HTML 5's drag and drop features. |
| 63 | + <a href="checkers/index.html">Checkers</a>: Learn how to code checkers with HTML 5's drag and drop features. |
64 | 64 | </li>
|
65 | 65 | <li class="list-group-item">
|
66 |
| - <a href="colors">Colors</a>: Have fun making colors out of tables. |
| 66 | + <a href="colors/index.html">Colors</a>: Have fun making colors out of tables. |
67 | 67 | </li>
|
68 | 68 | <li class="list-group-item">
|
69 |
| - <a href="game-of-life">Game of Life</a>: Create artificial life according to Conway's Game of Life. |
| 69 | + <a href="game-of-life/index.html">Game of Life</a>: Create artificial life according to Conway's Game of Life. |
70 | 70 | </li>
|
71 | 71 | <li class="list-group-item">
|
72 |
| - <a href="guessing-game">Guessing Game</a>: Test your guessing skills by guessing numbers generated by |
| 72 | + <a href="guessing-game/index.html">Guessing Game</a>: Test your guessing skills by guessing numbers generated by |
73 | 73 | the computer.
|
74 | 74 | </li>
|
75 | 75 | <li class="list-group-item">
|
76 |
| - <a href="morse-code">Morse Code</a>: Master sound manipulation with web technologies and learn about |
| 76 | + <a href="morse-code/index.html">Morse Code</a>: Master sound manipulation with web technologies and learn about |
77 | 77 | morse code.
|
78 | 78 | </li>
|
79 | 79 | <li class="list-group-item">
|
80 |
| - <a href="rps-game">Rock, Paper, Scissor</a>: Code the classic Rock, Paper, Scissor game. |
| 80 | + <a href="rps-game/index.html">Rock, Paper, Scissor</a>: Code the classic Rock, Paper, Scissor game. |
81 | 81 | </li>
|
82 | 82 | <li class="list-group-item">
|
83 |
| - <a href="rps++">Rock, Paper, Scissor (Re-imagined)</a>: Use a double-dose of artificial intelligence to |
| 83 | + <a href="rps++/index.html">Rock, Paper, Scissor (Re-imagined)</a>: Use a double-dose of artificial intelligence to |
84 | 84 | challenge
|
85 | 85 | the computer in an interactive game of Rock, Paper, Scissor.
|
86 | 86 | </li>
|
87 | 87 | <li class="list-group-item">
|
88 |
| - <a href="sign-language">Sign Language</a>: A fun and neat program to test your knowledge of sign |
| 88 | + <a href="sign-language/index.html">Sign Language</a>: A fun and neat program to test your knowledge of sign |
89 | 89 | language
|
90 | 90 | alphabets.
|
91 | 91 | </li>
|
92 | 92 | <li class="list-group-item">
|
93 |
| - <a href="slot-machine-game">Slot Machine</a>: Emulate a slot machine game. |
| 93 | + <a href="slot-machine-game/index.html">Slot Machine</a>: Emulate a slot machine game. |
94 | 94 | </li>
|
95 | 95 | <li class="list-group-item">
|
96 |
| - <a href="solar-system">Solar System</a>: Bring the solar system to life by coding it! |
| 96 | + <a href="solar-system/index.html">Solar System</a>: Bring the solar system to life by coding it! |
97 | 97 | </li>
|
98 | 98 | <li class="list-group-item">
|
99 |
| - <a href="tic-tac-toe">Tic-Tac-Toe</a>: Play tic-tac-toe against the computer. |
| 99 | + <a href="tic-tac-toe/index.html">Tic-Tac-Toe</a>: Play tic-tac-toe against the computer. |
100 | 100 | </li>
|
101 | 101 | </ul>
|
102 | 102 | </div>
|
|
0 commit comments