Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 680 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 680 Bytes

coac-ai-microrts

Coac rule-based AI for microRTS Competition

Installation

  • Clone this repository and microRTS
  • Copy the folder coac-ai-microrts/src to the microrts/src.

Note: The AI was developed using the microRTS version 88cdc76. It should also work on newer versions if there is no breaking change.

Usage

Add the CoacAI.class to the AIs array in src/gui/frontend/FEStatePane.java

You can then run the FrontEnd.java and select the AI.

coac_in_action