Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

simonetassi/CXGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# CXGame (A.A. 2022-2023)
## Antonio is a player developed by Marco Milani e Simone Tassi 

### Instructions:

- Command-line compile.  In the connectx/ directory run:

		javac -cp ".." *.java */*.java


CXGame application:

- Human vs Computer.  In the connectx/ directory run:
	
		java -cp ".." connectx.CXGame 6 7 4 connectx.L0.L0


- Computer vs Computer. In the connectx/ directory run:

		java -cp ".." connectx.CXGame 6 7 4 connectx.Antonio.Antonio connectx.L1.L1


CXPlayerTester application:

- 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages