Made by Sam Larsen-Disney & Yannis Panagis for the LevelUp Society Hackathon by ShowCode
dominate.codes is an online multiplayer game that challenges you to solve computer science questions both against time and other players in real time. After choosing to sign as a guest or using a third party account, users can elect to create a room or join an existing room using a short code. Questions pop up on the map in random places with different shapes and answering questions correctly colours the map in your colour. The first player to dominate the map wins!
We used a firebase database for this project which requires an API key not included in this repository.
Install the Gatsby CLI
npm install -g gatsby-cli
Install dependencies
npm install
Start the development front-end
npm start
In a seperate terimal, start the development back-end
node server/index.js