Class GuessNumberGame

java.lang.Object
nl.uu.cs.aplib.exampleUsages.GuessNumberGame

public class GuessNumberGame extends Object
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
  • Constructor Details

    • GuessNumberGame

      public GuessNumberGame()
  • Method Details

    • main

      public static void main(String[] args)