amrishparmar / Cheetah-Rabbit-Simulation

Pathfinding/Graph search exploration. Coursework for year 2 "Algorithms and Data Structures"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheetah-Rabbit Simulation

Pathfinding/Graph search exploration. Coursework for year 2 "Algorithms and Data Structures" (in March 2016).

Implemented various data structures and algorithms (including A*) on a grid.

There are two main entities, a cheetah and a rabbit. The goal is for the rabbit to reach it's rabbit hole, whilst the cheetah attempts to catch the rabbit.

Executable jar files are contained in each part. View the readmes in part1 and part2 for full compilation and execution instructions.

About

Pathfinding/Graph search exploration. Coursework for year 2 "Algorithms and Data Structures"


Languages

Language:Java 100.0%