• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

[Challenge] write a cube simulator from scratch

Joined
Aug 16, 2014
Messages
2,987
Location
Webster Groves, MO
WCA
2013BARK01
Rules:
1. must be entirely your code (you can use any language, including languages like Processing, basically Java with easier to use graphical stuff)
2. has to show at least 3 sides at once, and must allow for rotations if not all sides are visible at once
3. all 6 faces must be turnable
4. must have a "solve" and "scramble" function
5. scramble function doesn't need to be random state, but it needs to do at least 1000 random moves

If you're a more experienced programmer, don't waste your time.

Here's mine: (5.9 KB)
https://drive.google.com/file/d/0B5sP7sdXMZajMW1BcGxsUjN5WjA/view?usp=sharing
 
Top