Play the game Here
Covid-game, a.k.a 'Run Boris, Run!', is a game developed to pass the time in quarantine whilst also practising your social distancing skills (virtually of course!).
Welcome to "our game".
Covid has struck the world. You must now adapt to survive.
Mrs. Morris is in desperate need of milk, but she can not leave her home as she is old and at risk of infection. You are her only hope of having a cuppa.
Are you up for the challenge?
You must not come within 2 meters of anyone or you will be at risk yourself.
If you stay too close for too long you will get sick and be placed in quarantine.
[PLACEHOLDER]
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.