Skip to content

daniel-keogh/autonomous-characters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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