Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```