Package nl.uu.cs.aplib.exampleUsages
Class GuessNumberGame
java.lang.Object
nl.uu.cs.aplib.exampleUsages.GuessNumberGame
In this demo we create an an agent that tries to guess a magic number that
the user has in mind through a series of question/answers :)
Run the main method to run this demo.
- Author:
- wish
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
We define a custom agent-state to keep track which numbers it knows for sure cannot be the user's magic number. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuessNumberGame
public GuessNumberGame()
-
-
Method Details
-
main
-