A recreation of the 1981 Atari "Centipede" game using HTML Canvas with a focus on OOP. Additionally, it was our first project built with ES6 and TDD. The project spanned a period of one week.
- HTML5 Canvas
- ES6
- Mocha/Chai
Clone the repo
Run npm install
from the root directory
Run npm start
and visit localhost:8080 in your browser
Centipede uses Mocha and Chai for testing
Run with npm test
from the root directory
GameTime Assignment from the Turing School of Software & Design
- Modify velocity as levels increment to add increasing difficulty
- Add a second "spider" to higher levels