Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmagnotti authored Mar 4, 2024
1 parent d712342 commit 693c9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ <h3 id="links"><a href="https://github.com/davidmagnotti/">GitHub</a> | <a href=
<hr />
<h1 id="projects">Projects</h1>
<ul>
<li><a href="/cardodge.html">car dodge</a> | Drive using arrow keys, avoid getting hit (using <a href="https://pixijs.com/">pixi-js</a>)</li>
<li><a href="/cardodge.html">car battle</a> | Drive using tap/click or arrow keys, avoid getting hit, get boost to destroy enemy cars (using <a href="https://pixijs.com/">pixi-js</a>)</li>
<li><a href="/redlight.html">red light</a> | Drive to the finish line, don't go on red (using <a href="https://github.com/abagames/crisp-game-lib?tab=readme-ov-file">crisp-game-lib</a>)</li>
<li><a href="/dodge.html">dodge</a> | Tap to change slider direction and dodge (using <a href="https://github.com/abagames/crisp-game-lib?tab=readme-ov-file">crisp-game-lib</a>)</li>
<li><a href="/flyingship.html">flying ship</a> | keep the ship between the pillars (using <a href="https://github.com/abagames/crisp-game-lib?tab=readme-ov-file">crisp-game-lib</a>)</li>
<li><a href="/simonsays.html">simon says</a> | copy the pattern</li>
<li><a href="/speedybox.html">speedy box</a> | keep the box between the boundaries</li>
</ul>
</body>
</html>
</html>

0 comments on commit 693c9da

Please sign in to comment.