it's a "simple" snake now

main
Codinget 5 years ago
parent 4b67055fc4
commit 25c27e46d0
  1. 2
      README.md
  2. 2
      public/index.html

@ -1,7 +1,7 @@
# Snek
![Snek icon, Miia from Mon Musu](assets/icon.jpg)
A simple Snake, done as my final JS class project
A "simple" Snake, done as my final JS class project
[Original subject](https://perso.liris.cnrs.fr/pierre-antoine.champin/enseignement/intro-js/s6.html)

@ -14,7 +14,7 @@
<header>
<img src="assets/icon256.png">
<h1>Snek</h1>
<h2>A simple Snake</h2>
<h2>A "simple" Snake</h2>
</header>
<main>
<nav></nav>

Loading…
Cancel
Save