-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Game: Chess Golf #27
Comments
|
Try putting pieces back before dealing, and add the option of dealing more cards to make it harder. |
Produced this report:
|
After converting nodes from a text display to compact bytes, I still can't get beyond depth 5 with a breadth-first search. Last report was 1.5 million nodes before oom killer struck. Here's the previous test after converting to compact bytes:
|
Compressing move descriptions made very little difference.
|
Same movement mechanic as #20 Neighbour Chess, but as a puzzle race game. Are Neighbour Chess and Chess Golf too similar to include both?
GolfGraph
, or dump state to a db.The text was updated successfully, but these errors were encountered: