News

Tic-tac-toe (or “Noughts and Crosses”) is a game simple enough to implement in any computer system: indeed it’s often used in beginner’s programming courses. A more challenging project ...
The basic Tic-Tac-Toe functionality is already implemented too, but it would be nice to make the winning three-in-a-row combination stand out. Highlighting the Winning Combination ...