Last active
October 6, 2024 10:54
-
-
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/1c9839cf1d19286433d8a1175de3259284b97ca7
This file contains 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 NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
// 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