Skip to content

Play chess in the terminal against another opponent or chess bot based on minimax algorithm

Notifications You must be signed in to change notification settings

ahallemberg/cli_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Chess

Play chess in the terminal against another opponent or chess bot based on minimax algorithm

Setup

Because this repo uses submodules use this cmd when cloning:

git clone --recurse-submodules

Run program

In a python >=3.10 environment, run the following command:

python3 game.py

About

Play chess in the terminal against another opponent or chess bot based on minimax algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages