From 71eace6ad8e168cdedb99e37173c89a82e22b22a Mon Sep 17 00:00:00 2001 From: Nathan DECHER Date: Fri, 17 Apr 2020 12:08:25 +0200 Subject: [PATCH 1/2] updated README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c84ca82..ac80677 100644 --- a/README.md +++ b/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 From 46ac7bbf27c6a184514e584aed1b736953957ce3 Mon Sep 17 00:00:00 2001 From: Nathan DECHER Date: Fri, 17 Apr 2020 12:09:20 +0200 Subject: [PATCH 2/2] updated help.html --- public/help.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/help.html b/public/help.html index 34d040f..23af409 100644 --- a/public/help.html +++ b/public/help.html @@ -76,6 +76,7 @@
  • Decaying fruits give you 5 points and sometimes spawn in arcade mode, but they also decay after 2 seconds and disappear
  • Portals teleport you to the corresponding portal
  • Keys make Doors disappear
  • +
  • Switches enable or disable Spikes