GNOME Bugzilla – Bug 740171
Must have at least one human player
Last modified: 2014-12-26 18:38:02 UTC
Created attachment 290754 [details] [review] Fix lower_bound(num_humans) to 1 Nibbles makes sure that there is at least one human if there is no AI player playing, but allows up to 6 AI players with no human players. We should either: 1. Fix the lower bound of number of humans to 1 OR 2. Disable the minus button when the number of AI players is 0. Adding a patch that does (1).
Spot-checked, looks fine. We've been disallowing computer-only games in other games; Nibbles was just an oversight.