Connect Four
- Demo
-
Details
I made this game for a course project during my second semester at McGill. It is a simple Connect Four game written in Java and played via the command line against a CPU. A cool feature of this game is that the CPU checks two moves ahead to see if it has a winning sequence; otherwise, its move is a deterministic function based on the previous move. This feature made the game surprisingly difficult to beat on the first few attempts, and it was an interesting feeling to struggle to beat a game I created.