https://github.com/denvaar/flip-the-matrix
Just a simple puzzle game.
https://github.com/denvaar/flip-the-matrix
javascript matrix puzzle-game react
Last synced: 10 days ago
JSON representation
Just a simple puzzle game.
- Host: GitHub
- URL: https://github.com/denvaar/flip-the-matrix
- Owner: denvaar
- Created: 2017-02-01T08:47:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T02:07:23.000Z (over 6 years ago)
- Last Synced: 2025-04-06T21:55:27.451Z (17 days ago)
- Topics: javascript, matrix, puzzle-game, react
- Language: JavaScript
- Size: 49.8 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flip-the-matrix
:space_invader: Just a simple puzzle game. :space_invader::books: Mostly for experimenting :microscope:
Inspiration from this: https://www.hackerrank.com/challenges/flipping-the-matrix
Wanna see it?
git clone https://github.com/denvaar/flip-the-matrix.git
cd flip-the-matrix
npm install
npm startGenerate Production bundle: `npm run-script prod`