▶️ PLAY
- 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 vanilla JavaScript, HTML and CSS on a custom game engine.
- Read a blog post on how I designed a solution for this game engine with dependency injections
- Clone repository
git clone https://github.com/ritaaktay/squid-game.git
- Install dependencies
npm install
- Run tests
npm test
- Bundle
npm run build
- Start server
npm run start
- View app in browser
http://localhost:8080/
- Check test coverage
http://localhost:8080/coverage/lcov-report/index.html
- The implementation of our game and custom game engine was based on Marijn Haverbeke's tutorials in Chapter 16 of his book Eloquent Javascript