Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 579 Bytes

Rubix - A Rubik's Cube with Redux

Screenshot of Rubix

This Rubik's cube uses React as a view, Redux and Saga as controllers, and is rendered entirely with CSS3 transforms.

Running

First:

npm install

To start:

npm start

and connect to

localhost:3000

Playing

  • Click Shuffle to mix up the cube
  • Use the large curved arrows to rotate the whole cube
  • Use the small arrows to rotate a section of the cube

This project was bootstrapped with Create React App.