Compare commits
2 commits
a34318b4f2
...
46ac7bbf27
Author | SHA1 | Date | |
---|---|---|---|
46ac7bbf27 | |||
71eace6ad8 |
2 changed files with 11 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue