Play the game Here
'Run Boris, Run!', is a game developed to pass the time in quarantine whilst also practising your social distancing skills (virtually of course!).
Boris Johnson is on his way to Sainsbury's to get some milk and nappies, but in order to avoid another #barnardcastle, he has to ensure he remains socially distanced.
If you get too close to other people walking down the street the InfectionRate will go up and it will be game over!
It's your job to navigate Boris safely around the streets of London, keeping 2 meters away from fellow pedestrians.d be placed in quarantine.
Purpose | Technology |
---|---|
Front end framework | React, |
Languages | Javascript, HTML5 |
CI/CD | Travis |
Hosting | Netflify |
Styling | CSS |
Front end testing framework | Jest |
Code Coverage | Jest |
To get started using Covid Game on your local machine, please follow the instructions below:
Skip this step if you already have Node.js installed
- Install Node Version Manager (NVM)
Then follow the instructions to update your
brew install nvm
~/.bash_profile
. - Open a new terminal
- Install the latest long term support (LTS) version of Node.js, currently
12.14.1
.nvm install 12.14.1
Once you have installed Node:
- Clone this repository to your local machine
- Install Node.js dependencies using the command:
npm install
- To start, navigate to the Covid-Game root directory and enter the command:
npm run start
For optimal results, use Google Chrome.
- Run all tests
npm run test
This will show you test results and coverage for the individual files and overall project.