Skip to content

A simple engine and end-tables for board games like chess, checkers and general tic-tac-toe (m,n,k-game) including connect 4. Heavy use of new C++ features like generator and concepts. Easy to add new engine and new game.

License

oggy22/BoardGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoardGames

An extensible framework for programming search algorithms (minimax with cutting, killer moves, etc) and end-tables for board games such as two-player, full info board games such as chess, MNK, Connect4, checkers etc. Heavy use of teamplates and newer C++ features such as constexpr, if constexpr, concepts, std::experimental::generator and heavy use of C macros around chess moves.

To get local enlistment:

  1. git clone https://github.com/oggy22/BoardGames
  2. Open BoardGames.sln

About

A simple engine and end-tables for board games like chess, checkers and general tic-tac-toe (m,n,k-game) including connect 4. Heavy use of new C++ features like generator and concepts. Easy to add new engine and new game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published