GNOME Bugzilla – Bug 737715
[PATCHes] More command-line fun.
Last modified: 2014-10-01 17:04:00 UTC
Created attachment 287512 [details] [review] Remove the even board constraint. Two patches for testers, advance players and experimentation. The first one offer a starting position for odd boards; the second one an alternative position for every board size.
Created attachment 287513 [details] [review] Add --alternative-start option.
Well, it works, but why do you want this? Generalizing our code to work with arbitrary even board sizes is one thing, but I don't really see any benefit to a secret alternative start position....
The “secret alternative start position” on even boards is the second starting position you can have with the reversi opening rules. It is quite more important than the odd board variant, and should probably be playable without requiring command-line.
I don't really think that it's important to offer different start positions in the UI. Attachment 287512 [details] pushed as ba8c254 - Remove the even board constraint. Attachment 287513 [details] pushed as 09e46af - Add --alternative-start option.