Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan DECHER 46ac7bbf27 updated help.html 2020-04-17 12:09:20 +02:00
Nathan DECHER 71eace6ad8 updated README.md 2020-04-17 12:08:25 +02:00
2 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,16 @@ A "simple" Snake, done as my final JS class project
- Node.js and npm, both in the PATH
- Node.js 10 and 12 are known to work
- node-gyp and python are required for the database
- (if you have already used native modules, you have them)
## Prod dependencies (direct)
- Node.js and npm, both in the PATH
- Node.js 10 and 12 are known to work
- node-gyp and python are required for the database
- (if you have already used native modules, you have them)
## Prod dependencies (docker)
- Docker
## Running the game (dev)
- `git clone` this repo

View File

@ -76,6 +76,7 @@
<li><em>Decaying fruits</em> give you 5 points and sometimes spawn in arcade mode, but they also decay after 2 seconds and disappear</li>
<li><em>Portals</em> teleport you to the corresponding portal</li>
<li><em>Keys</em> make <em>Doors</em> disappear</li>
<li><em>Switches</em> enable or disable <em>Spikes</em></li>
</ul>
</article>
</main>