Skip to content

LeroyHJ/game-of-games

 
 

Repository files navigation

A Game of Games

  • 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

image

Credits

  • 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)

Setup

  • 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

Code Coverage

image

About

A game of games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.1%
  • JavaScript 21.3%
  • CSS 1.6%