Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
/ CXGame Public archive

CXGame player implementation for @unibo Algorithms and Data Structures course.

Notifications You must be signed in to change notification settings

simonetassi/CXGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CXGame

Antonio is a player developed by Marco Milani and Simone Tassi for the Algorithms and Data Structures course at unibo.

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

CXGame player implementation for @unibo Algorithms and Data Structures course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages