Skip to content
 
 

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AlgoritmiHope

  • 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.L0.L0 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

Project for the University of Bologna "Algoritmi e Strutture di Dati" course (a.y. 2022-23).

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages