Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 768 Bytes

AI Assignment

Autonomous Computer-Controlled Game Characters.

Description

A JavaFX program that uses fuzzy logic & a neural network to control a set of characters that are moving randomly through a game model.

Build

Requirements

The required JARs are already included in the lib/ directory.

Create JAR File

Run the following from inside the bin/ directory.

$ jar -cf game.jar *

Running

$ java --module-path .;/path/to/your/javafx-sdk-11.0.2/lib;/path/to/your/encog-3.4/;/path/to/your/jfuzzylogic --module gmit.software/ie.gmit.sw.ai.Runner