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

wrong path for windows "to run" instructions #2

Open h34tnet opened 8 years ago

h34tnet commented 8 years ago

To compile (Windows):

cd [project folder]
dir /b /s *.java>sources.txt
md classes
javac -d classes @sources.txt
del sources.txt

To run:

cd [project folder]
java -cp bin com.theaigames.fourinarow.FourInARow [your bot1] [your bot2] 2>err.txt 1>out.txt

note the path difference - classes vs. bin