Online Coding Challenge battleground featuring multiple testing sequences, powerups, and spectator viewing!
- Product Owner: Guy Thomas
- Scrum Master: Sherman Chen
- Development Team Members: Guy Thomas, Jessie Mavi, Robbie Gifford, Sherman Chen
You can elect to signup for an account, or for even faster play just click "play now" from the homepage and then select either solo or battle (for multiplayer!). For viewing just select "view lobby" from the homepage and select a room to watch real time competitions in progress!
- Node ^6.0.0
- MongoDB ^3.2
- Socket.io
- Webpack
- Babel
- Socket.io-client
From within the root directory:
npm install (sudo if necessary)
npm run build
npm run start
If encountering any issues when building consider:
editing config file (main.js) with own keys
populating database with seed data by changing directions to /src/db and running node mock.js
See CONTRIBUTING.md for contribution guidelines.