After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740171 - Must have at least one human player
Must have at least one human player
Status: RESOLVED FIXED
Product: gnome-nibbles
Classification: Applications
Component: general
3.14.x
Other All
: Normal minor
: ---
Assigned To: Sahil Sareen
gnome-nibbles-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-15 14:37 UTC by Sahil Sareen
Modified: 2014-12-26 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix lower_bound(num_humans) to 1 (900 bytes, patch)
2014-11-15 14:37 UTC, Sahil Sareen
committed Details | Review

Description Sahil Sareen 2014-11-15 14:37:41 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).
Comment 1 Michael Catanzaro 2014-12-26 18:37:59 UTC
Spot-checked, looks fine. We've been disallowing computer-only games in other games; Nibbles was just an oversight.