Draughts

This was the first piece of programming work I undertook in university. It is an implementation of the classic board game, draughts, as a console application with a text-based interface. It allows two players to compete with each other in a hotseat system but does not provide an AI player to facilitate single person play.

It is written in C++.