- A front-end game that runs in the browser - move around with your keyboard to win mini games and escape the cookie monster!
- Built with JavaScript, HTML, CSS and Jest
- The implementation of our game and custom game engine was based on Marijn Haverbeke's tutorials in Chapter 16 of his book Eloquent Javascript
- The source code for one of our mini games is from Max Teaches Tech (@codewmax)
- Clone repository
git clone https://github.com/ritaaktay/squid-game.git
- Install dependencies
npm install
- Bundle app
npm run build
- Start server
npm run start
- View app in browser
http://localhost:8080/
- Run tests
npm test