Skip to content

Game engine and game(top-down RPG) using only JavaScript / Jest, HTML and CSS.

Notifications You must be signed in to change notification settings

44jovi/loopy-cookies

 
 

Repository files navigation

Project: Loopy Cookies

A Retro Game (and Game Engine)

  • A front-end game and game engine that runs in the browser
  • Move around with your keyboard to win mini games and escape the cookie monster!
  • A challenging project built in 2 weeks as a team of 3 without pre-written game engine libraries/frameworks
  • JavaScript, HTML, CSS and Jest
  • Play it here! Loopy Cookies
demo-1.mp4

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

Game engine and game(top-down RPG) using only JavaScript / Jest, HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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