Skip to content
/ Quarto Public

The game of Quarto in Java Swing with an AI powered by the min-max algorithm.

Notifications You must be signed in to change notification settings

zpconn/Quarto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto

The game of Quarto in Java Swing with an AI powered by the min-max algorithm. Written with Sal Testa.

Players take turn placing pieces from a pool of sixteen available pieces. Each piece has some combination of up to four distinct properties. The first player to place a piece which creates a row of four pieces all of which have at least one property in common wins the game.

During each turn, you place the piece given to you by your opponent and then you choose a piece from the available pool for your opponent to place during the next turn.

It can be seen as a turn-based version of the game Set board game.

About

The game of Quarto in Java Swing with an AI powered by the min-max algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages