An open API service indexing awesome lists of open source software.

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.

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 start

Generate Production bundle: `npm run-script prod`