Create a version of the hit game 'Jeopardy'.
The assignment for Front End Engineering Class 1810, Module 2, at Turing School of Software and Design was to create a modified version of 'Jeopardy' using HTML, CSS, and Javascript. It should also use a testing suite using Mocha and Chai, as well as demonstrate Object Oriented Programming and Class principles. The design should include three players and two rounds, including a 'Daily Double' special state.
OS X:
npm install --save-dev mocha
enpm install --save-dev chai
npm test
- 0.1.0
- 12 December 2018
Matt Foxwell – [email protected]
Tom Wilhoit – [email protected]
- Fork it (https://github.com/foxwellm/Jeopardy/fork>)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request