Revision 8db55f55
Added by Leszek Koltunski about 3 years ago
- added
- modified
- copied
- renamed
- deleted
- src
- main
- java
- org
- distorted
- helpers
- BandagedState.java
- BandagedStateGraph.java
- ScrambleStateGraph.java
- ScrambleStateGraphProducer.java
- objects
- helpers
- distorted
- org
- java
- main
Preparation for unification of scrambling. Scrambling of all objects will be done by a generic funtion, only fed a certain data structure by the objects. The data structure is going to be the ScrambleStateGraph - a directed state graph of all states we can come across while scrambling.
Make the ScrambleStateGraph support any number of axis, not only 3 as it did up till now. Also, correct one problem in BangadageCubeEvil's StageGraph: its state number 114 was incorrect, missing one move.