oggy22 / BoardGames

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.
Apache License 2.0
2 stars 0 forks source link

Connect4 #19

Closed oggy22 closed 1 month ago

oggy22 commented 1 month ago

Implement Connect4 and add some tests.