Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 225 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 225 Bytes

TDD Tic-tac-toe

Written as an exercise in TDD.

The board is a magic square. A winning line will always add up to 15

4 9 2
3 5 7
8 1 6