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/
- 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!
- Node.js
- Parcel.js
- Jest
- Stryker
git clone git@github.com:rise-erpelding/color-grid-game.gitClone the projectnpm installto install dependenciesnpm startto run the app locallynpm testto run testsnpm run lintto run linternpx stryker runto run mutation testing
Early (non-game) concept: See this Codepen