Skip to content

Original codes of Fizbo Chess. Thanks to original author Youri Matiounine.

Notifications You must be signed in to change notification settings

skiminki/Fizbo-Chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution "engine" generates executable that plays games; it includes UCI protocol interface. For that solution to compile, in file chess.h ENGINE has to be defined as 1.

Solution "chess" generates executable used for development work; it includes GUI with benchmarking and training functions. For that solution to compile, in file chess.h ENGINE has to be defined as 0.

Fizbo 2 was compiled with MS VC 2017 on Windows 8.

About

Original codes of Fizbo Chess. Thanks to original author Youri Matiounine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.4%
  • C 6.6%