Skip to content

A game of games built on a custom game engine in vanilla JS, HTML and CSS

Notifications You must be signed in to change notification settings

ritaaktay/game-of-games

Repository files navigation

A Game of Games

▶️ PLAY

image

Code Coverage

image

image

Setup

  • 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

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

About

A game of games built on a custom game engine in vanilla JS, HTML and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published