Antonio is a player developed by Marco Milani and Simone Tassi for the Algorithms and Data Structures course at unibo.
-
Command-line compile. In the
connectxdirectory run:javac -cp ".." *.java */*.java
-
Human vs Computer. In the
connectxdirectory run:java -cp ".." connectx.CXGame 6 7 4 connectx.L0.L0 -
Computer vs Computer. In the
connectxdirectory run:java -cp ".." connectx.CXGame 6 7 4 connectx.Antonio.Antonio connectx.L1.L1
-
Output score only:
java -cp ".." connectx.CXPlayerTester 6 7 4 connectx.L0.L0 connectx.L1.L1 -
Verbose output
java -cp ".." connectx.CXPlayerTester 6 7 4 connectx.L0.L0 connectx.L1.L1 -v -
Verbose output and customized timeout (1 sec) and number of game repetitions (10 rounds)
java -cp ".." connectx.CXPlayerTester 6 7 4 connectx.L0.L0 connectx.L1.L1 -v -t 1 -r 10