View on GitHub

jWumpus

Java based wumpus game for artifical intelligences

Download latest source code as a tar.gz file Download stable release as binary .jar file
Back

Examples

jWumpus includes two examples. Each example includes a own main function so that they can get started directly from within projects directory.

ExampleHumanInterface

ExampleHumanInterface shows the general graphical user interface that offers direct access to the control functions of JWumpus class. It also loads a interface to set the next action the AI should do.

/ExampleHumanInterface

ExampleHumanInterfaceOnly

ExampleHumanInterfaceOnly shows only a interface for loading a map or showing the map editor. If a map is loaded the AI automatically starts a automatic step processing and the next action the AI should do could be set through the graphical user interface.

ExampleHumanInterfaceOnly


Back