Interface Game
public interface Game
Interface for interactive games requiring players and rules.
* @version 1.1
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Details
-
getPlayers
Set<Individual> getPlayers()Returns the set of players currently participating. -
getRules
-
getAim
int getAim()Returns the numeric aim/goal identifier.
-