Skip to content

seanJosephFitzpatrick/Artificial-Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial-Intelligence

Controlling Game Characters with Neural Networks and Fuzzy Logic. This is a simple Maze-based game.

Getting Started

Download and extract the zip folder here

Prerequisites

Eclipse Neon. You can download here Eclipse Neon
Java 8. You can download the latest version of Java here Java

Installing

Insall Java JDK/JRE
Video tutorial of How to Install Java JDK/JRE here Install Java

Install Eclipse Neon
Video tutorial of How to Install Eclipse Neon on Windows 10 here Install Eclipse Neon

Deployment

There are two methods of deployment Eclipse IDE or CMD line. The command line method is faster because you only need to install java.

  • Eclipse
    Launch Eclipse and set the workspace as the root folder that was extracted from the GitHub project. Select the folder using the Eclipse pop-up window browse button. Create a new project File tab --> New --> Project --> Java Project and name it AIProject. This is the name of the folder containing the project, Eclipse will pull in the files into the created project. Run the project by selecting the Run tab --> Run.

  • Command Line
    Launch the command Line and navigate to the Root folder --> AIProject -->. Once inside the AIProject folder run the command java –cp ./game.jar ie.gmit.sw.ai.GameRunner.

Built With

  • Java 8 - JDK
  • Eclipse Neon - Eclipse Java EE IDE for Web Developers. Version: Neon.1a Release (4.6.1)

Authors

Sean Fitzpatrick
Jason Thorne

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages