Archives by date

You are browsing the site archives by date.

Clojure Connect Four – Part 1: Checking For A Winner

This post is part of the ongoing series about Connect four in Clojure: Clojure Connect Four – Part 1: Checking For A Winner GitHub: naeg/clj-connect-four Checking For A Winner Figure 1: Schema of sequences In order to win a Connect four game, one player has to connect four of his pieces in sequence. A sequence […]