1.0.16 ā€¢ Published 3 years ago

rubik-cube-scramble-generator v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Welcome to rubik-cube-scramble-generator šŸ‘‹

Version Prerequisite Prerequisite Documentation Maintenance License: MIT Twitter: inixiodev

A simple scramble generator for 3x3x3 Rubik's cubes

šŸ  Homepage

Prerequisites

  • npm >=5.5.0
  • node >=9.3.0

Install

npm install --save rubik-cube-scramble-generator

Usage

const scrambler = require('rubik-cube-scramble-generator');
scrambler.generate(); //Returns an array of 10 elements
// Example: ['F', 'R2', 'R', 'U', 'L', 'D2', 'U', 'R', 'L', 'U2']
scrambler.generate(3); //Returns an array of 10 elements
// Example: ['R', 'U', 'L']

Author

šŸ‘¤ Inixio Amillano Casteig

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago