By Riley Major, 2018-08-21
Success is a funny thing. Everybody has their own idea of what it means, and often they’re wrong. Continue reading
By Riley Major, 2018-08-21
Success is a funny thing. Everybody has their own idea of what it means, and often they’re wrong. Continue reading
By Riley Major, 2018-08-08 | Tic-Tac-Toe Series Part 1 / Part 2 (this article)
If a pile of matchboxes can learn to play Tic-Tac-Toe, then certainly I should be able to code a solution. With my predilection for databases, T-SQL was my tool of choice. But first, I needed to model the game with some sort of data structure. Unfortunately, as I learned, it’s not as simple as mapping some X and O values to a grid.