The BWAPI version used is 4.1.2
Brood war mirror version 2.5 is used.

Open the Code folder as a workspace in Eclipse.
This can be done either when eclipse starts up, or by pressing File -> Switch workspace -> other and browsing to the Code folder.

Clean the project:
Select Project -> Clean -> Clean all projects -> OK

Build Tyr into a Runnable JAR file:
	1. Press File -> Export -> Java -> Runnable JAR file.
	2. As Launch configuration select Tyr - Tyr.
	3. Enter the Export destination where you want the JAR file created.
	4. Press Finish.

When you run the JAR file, it will connect with Brood War through the BWAPI Injector.

