Our Game Time project is a 80s Saved By the Bell-themed Family Feud in which a player is given a survey from a dataset of 15 surveys along with their most popualar responses. There are two rounds before two additional "Fast Money Rounds," where each player has 30 seconds to earn as many points as possible!
- Write a program from scratch
- Synthesize knowledge of OOP, classes, and JS fundamentals to create a playable game
- Demonstrate good GitHub collaboration and workflow within a large group
- Write modular, reusable code that follows SRP (Single Responibility Principle)
- Create a robust test suite that thoroughly tests all functionality of a client-side application
- Implement array iterator and mutator methods to work with game data
- jQuery
- SASS
- The Fetch API
- Webpack
- Mocha & Chai
- Chai Spies
- Open terminal and run
git clone
- Run
npm install
in root directory - Run
npm run start
and visit the specified localhost address in your browser - Enjoy the game!