Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 848 Bytes

File metadata and controls

27 lines (20 loc) · 848 Bytes

Color Grid Game

A tile-switching game where players must position their tiles in a shuffled grid so that they are in correct color order.

Play it at https://rise-erp-tiles.netlify.app/

Features

  • Sandbox mode: Create a color grid by picking 4 corner colors and a grid size (currently 2-20)
  • Game mode: Play the puzzle game with your grid (or use the default grid) - put the grid back in order!

Technologies used

  • Node.js
  • Parcel.js
  • Jest
  • Stryker

Contributing

  1. git clone git@github.com:rise-erpelding/color-grid-game.git Clone the project
  2. npm install to install dependencies
  3. npm start to run the app locally
  4. npm test to run tests
  5. npm run lint to run linter
  6. npx stryker run to run mutation testing

Misc

Early (non-game) concept: See this Codepen