π Prototypes for the Cube puzzle.
Trying out multiple directions and versions for the cube puzzle to see which onne is the best fit. They all have the same puzzle base but with slightly different forms of interaction.
- Make sure you have
node
installed on your machine.npm
comes with node.- You can check versions with
npm -v
andnode -v
- Configure ESLint
- Configure EditorConfig
- Clone this repo
$ git clone https://github.com/samhoudmedia/puzzle-cube-prototypes.git
- Run
npm start
to start the server. - Run
npm run build
to build for production.
This project is licensed under the MIT License