From 0bd7e32f1f90f3a87c23a0df9db525f370c9a3ee Mon Sep 17 00:00:00 2001 From: CrypticWoodWhite Date: Thu, 19 Sep 2019 15:40:35 -0700 Subject: [PATCH] readme --- README.md | 6 ++++++ package-lock.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 502e6ca..1ac5c6e 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,11 @@ dangernoodle # run in bash terminal In the terminal, use the arrow keys to control the snake. Eating a dot makes the snake grow longer. Touching the wall or the snake's body ends the game. Press `Escape`, `q` or `Ctrl-C` anytime to exit the game. +## Tools and Technologies +- [NodeJS](https://nodejs.org/en/) +- [ExpressJS](https://expressjs.com/) +### Dependencies +- [blessed](https://www.npmjs.com/package/blessed) + ## License [MIT](https://choosealicense.com/licenses/mit/) diff --git a/package-lock.json b/package-lock.json index 220910a..306c5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dangernoodle", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": {