All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.examples.NumberGuess.rf Maven / Gradle / Ivy

The newest version!
 


  
GameRules( allowed : allowedGuesses ) Game( guessCount >= allowed ) GameRules( allowed : allowedGuesses ) Game( guessCount < allowed ) System.out.println( "Your guess was too high" ); System.out.println( "You guessed correctly" ); System.out.println( "Your guess was too low" ); RandomNumber( randomValue : value ) Guess( value > randomValue ) RandomNumber( randomValue : value ) Guess( value == randomValue ) RandomNumber( randomValue : value ) Guess( value < randomValue )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy