Skip to content

Mchristos/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkers

A checkers game written in Java/Swing. Requires Java JDK 8 or higher.

AI implemented using the minimax algorithm and alpha-beta pruning.

features

  • Human vs. AI interactive gameplay with GUI
  • Minimax-based AI
  • Drag & drop
  • Various help facilities
  • Multiple themes (dark / light from Flatlaf), see pom.xml

checkers

Build a runnable JAR

  1. Fork or download the repo. Navigate to project directory.
  2. Open terminal or Powershell, run the following command:
    ./mvnw clean package
  3. The result JAR will be found in target/ folder. Double click it to start.

About

A checkers game with AI written in Java/Swing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages