Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slammayjammay/rubiks_cube
A 3D Rubik's Cube browser simulator
https://github.com/slammayjammay/rubiks_cube
babel es6 javascript node rollup rubiks-cube threejs
Last synced: 6 days ago
JSON representation
A 3D Rubik's Cube browser simulator
- Host: GitHub
- URL: https://github.com/slammayjammay/rubiks_cube
- Owner: slammayjammay
- Created: 2015-06-24T04:24:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T02:24:13.000Z (over 7 years ago)
- Last Synced: 2024-11-11T07:53:28.425Z (2 months ago)
- Topics: babel, es6, javascript, node, rollup, rubiks-cube, threejs
- Language: JavaScript
- Homepage: http://slammayjammay.github.io/rubiks_cube/
- Size: 22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rubik's Cube ([link](https://slammayjammay.github.io/rubiks_cube/))
_Inspired by the original game at http://hi-games.net/cube/_## New and Improved!
- Advanced solving using the [Fridrich method](https://ruwix.com/the-rubiks-cube/advanced-cfop-fridrich/)! (3x3x3 only)
- Mega-Ultra-Smooth performance!
- Click and drag!
- Trendy ES6+ syntax like `import`, `async` and `await`!
- NPM and Rollup!
- No more jQuery!## The Original!
The old, crappy version can be viewed as well!
```shell
$ git clone https://github.com/slammayjammay/rubiks_cube.git && cd rubiks_cube
$ git checkout 2ed117fa83407b10b247bfd027f2f0be4d8c60fe
$ open index.html
```