Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 495 Bytes

Generic Connect Four

This is a generic version of the board game, Connect Four. It is still in its infancy, but will be written using functional programming in Kotlin with an MVC architecture.

Features to be implemented include:

  1. A variable number of rows;
  2. A variable number of columns;
  3. A variable line length;
  4. Any combination of human versus computer play, with computer play implemented using MiniMax.
  5. A Misère version of the game, where the goal is to avoid getting a line.