Skip to content

mlsdpk/alphazero-checkers-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alphazero-checkers-pygame

Web application for Checkers Board Game. The AI we use is the AlphaGo Zero algorithm implemented by DeepMind.

Dependencies

  • pygame >= 2.0.1

To install pygame on your platform, use the appropriate pip command:

pip install pygame

Usage

python main.py -w human -b human

Required arguments:

  • -w player: Set the white player to either human or AIs (human,minimax0,minimax1,alphazero)
  • -b player: Set the black player to either human or AIs (human,minimax0,minimax1,alphazero)

Optional arguments:

  • -h, --help: Show the help message and exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages