Skip to content

Adam-lepage/ChessBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game with SFML

A C++ chess game visualization using SFML, designed to be extended with game logic and an AI chess bot.

Make sure you have SFML

sudo apt-get update
sudo apt-get install libsfml-dev

Building with Make

cd ChessGame
make

Running

Usage: ./ChessGame --mode [options]

Required: --mode Game mode (required) pvp - Player vs Player pvb - Player vs Bot bvb - Bot vs Bot

Options: -h, --help Show this help message -d, --debug Enable debug output --player-color Player color in pvb mode (default: white) white / black --no-gui Disable GUI (auto-enabled for bvb) --gui Force GUI on (even for bvb) --depth Override bot search depth (default: bot's MAX_DEPTH) --test-bots Run n games between the two bots (bvb mode)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages