Skip to content

phuskus/chess-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

NANDmaster - The chess problem solver

Instructions for running the program:

  1. Activate Python Virtual Environment in the 'venv' folder
  2. Position command line in 'src' folder
  3. Run main.py with desired arguments

Supported arguments:

  • arg1 - input PNG file path
  • arg2 - player turn ['white' | 'black']
  • optional arg3 - chess AI max think time in seconds [>0]
  • optional arg4 - opponent AI skill level [0 - 20]

Examples:
python main.py chess_problems/mate_in_4_0.png white
python main.py chess_problems/mate_in_4_0.png white 2.5 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages