Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 408 Bytes

RTS game AI

The purpose of this prohject was to implement AI for the players character. When the user clicks on one of their players and presses the walk option and then clicks on an empty part of the map, the user character will find the shortest path to the destination using A* algorithm.

Running the code: find "src/s3/base/main.java" and run that file to start the game

dependencies: JDK 1.8