Welcome to codeQuest() if you would like to give our game a try please click here
Unlike other platformers you can't control our hero using standard up left/right key presses. Instead to get our hero moving you need to use methods attached to our hero! thats right, a platformer controlled with code!
Below you can see how movement is controlled

Also a display of how levels are passed

Emanuele Pace
Benedetta Arinci
Anthony Donovan
Chris Cooney
| Area | Technology |
|---|---|
| Front end | React |
| Languages used | Javascript, HTML5, CSS |
| CI/CD | Travis |
| Hosting | Netflify |
| Styling | CSS, Tachyons |
| testing and coverage | Jest |
If you would rather play the game locally, or if you want to play with the source code you can do the following.
- Please clone this repo to your local machine (or fork then clone if you want to store a copy on your own repo)
- Run the following command to install dependencies
npm install - You have a few out the box scripts you can run
npm test will run all tests
npm test npm start
npm start will boot the server to port 3000 for you to play the game locally.