Skip to content

Simple chess command line game written in C++

Notifications You must be signed in to change notification settings

XaverB/Cpp-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp-Chess

Simple chess command line game written in C++ Sherazade not implemented. Obtaining a queen by moving the pawn to the enemy first line not implemented. Bots are stupid and brute force their moves. Could be improved by priotizing already calculated capture_moves over valid_moves.

Startup arguments

Parameter Action
-b Start bot game
-m Print memory usage by class
-s Change board size. Number must be greater 2 and an even number
-a Add my custom chessmen to the init board

About

Simple chess command line game written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published