m,n,k-Games
Provides programmatic support for m,n,k-games, in which two players compete to get k stones in a row on an m-by-n board.
This project currently includes representations of boards and standard m,n,k-games. Goals include:
- Fully-fledged command-line and graphical interfaces for playing games.
- Variants like Connect Four.
- Tools for solving m,n,k-games.