Skip to content

Commit

Permalink
Thanks to thewca#173, we can actually do random state 444 on phones now!
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Aug 8, 2014
1 parent a978614 commit c7a9cd2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ public class SessionActivity extends ActionBarActivity
static {
try {
puzzles = new TreeMap<String, LazyInstantiator<Puzzle>>(PuzzlePlugins.getScramblers());
// Right now, 444 uses a memory intensive solver that is just
// a bit much for a phone. 444rt exists as an alternative.
puzzles.remove("444");

shortNames = new ArrayList<String>(puzzles.keySet());
} catch(IOException e) {
Expand Down

0 comments on commit c7a9cd2

Please sign in to comment.