FuturoCube
Rubik's Futuro Cube is a neat toy made by Princip Interactive which basically embeds a microprocessor in a cube covered with LEDs.
I started this project to mess with files which the SDK doesn't yet let you customise.
NOTE: Most of the stuff in here is now unnecessary, as Futuro Cube's SDK now allows inserting sounds as zip files.
Installation
Install the gem:
$ gem install futurocube
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request