Last active
February 3, 2026 20:19
-
-
Save dacr/1f54649e8558b905ef2227c476333498 to your computer and use it in GitHub Desktop.
Drools official examples launcher examples / published by https://github.com/dacr/code-examples-manager #7d433a98-af78-433c-97cb-f681ed252fdf/1b00680b26ee55de5a1468d7c58af40e77aaf50c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // summary : Drools official examples launcher examples | |
| // keywords : scala, drools, mvel, ai, knowledgebase | |
| // publish : gist | |
| // authors : David Crosson | |
| // license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) | |
| // id : 7d433a98-af78-433c-97cb-f681ed252fdf | |
| // created-on : 2019-10-14T17:00:11+02:00 | |
| // managed-by : https://github.com/dacr/code-examples-manager | |
| // run-with : scala-cli $file | |
| // --------------------- | |
| //> using scala "3.5.1" | |
| //> using dep "org.drools:drools-examples:9.44.0.Final" | |
| // --------------------- | |
| //org.drools.games.pong.PongMain.main(Array.empty) | |
| //org.drools.games.invaders.Invaders6Main.main(Array.empty) | |
| //org.drools.games.adventures.TextAdventure.main(Array.empty) | |
| //org.drools.games.numberguess.NumberGuessMain.main(Array.empty) | |
| //org.drools.games.wumpus.WumpusWorldMain.main(Array.empty) | |
| org.drools.examples.backwardchaining.HouseOfDoomMain.main(Array.empty) | |
| //System.in.read() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment