theaigames / fourinarow-engine

Java engine for the Four In A Row competition on TheAIGames.com
Apache License 2.0
10 stars 5 forks source link

Error: Could not find or load main class com.theaigames.blockbattle.Blockbattle #1

Closed jordao76 closed 8 years ago

jordao76 commented 8 years ago

Hello, following the instructions in the README and running a battle results in:

Error: Could not find or load main class com.theaigames.blockbattle.Blockbattle

Note that I couldn't find the class com.theaigames.blockbattle.Blockbattle in the src tree.

jordao76 commented 8 years ago

In fact, I noticed that the main method is in class com.theaigames.fourinarow.FourInARow. This should be added to the readme file.

JimVanEeden commented 8 years ago

Sorry that was a mistake in the readme, I'm fixing it.

jordao76 commented 8 years ago

This was fixed, so I'm closing the issue.