triceo / drooms

Drools-based competition in a Snake-like game
3 stars 3 forks source link

First version of Drooms Swing GUI #6

Closed psiroky closed 11 years ago

psiroky commented 11 years ago

First version of swing application used to replay the game loaded from XML report. Features:

Building and running the application: App is written in Scala, but Scala does not have to be installed in order to run it. Execute 'mvn package' in 'drooms-swing-gui' dir and the resulting jar will be stored in target dir. Then just run it: java -jar target/drooms-swing-gui--jar-with-dependencies.jar

triceo commented 11 years ago

Awesome!!! Thanks.