Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.3 KB

Lies, Spies, and Berry Pies

Requires

  • MongoDB
  • Node.js

To install node on ubuntu or windows 10 bash:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt-get install -y nodejs

To install Mongo DB

Go here, and follow the instructions. Open command prompt and run the following command.

md \data\db

Then cd into the bin folder of the monogodb installation (probably in Program Files) and run the "mongod" exe.

Don't use npm update (at least for now) because it currently needs an older version of mongoose. Use npm install.

Design

Intro screens wireframe

Playfield wireframe

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.