a game about technology and journalists.
Built in Phaser.
To set up, just do npm install in the directory and wait.
To run in dev/watch mode, do npm start which will host the game on localhost:3000 and also watch for changes on save.
To build a full production game, do npm run production
Tested on Linux Mint 18.0 and OSX.