Nuacht

While it’s not as complex as checkers or chess, building tic-tac-toe teaches valuable lessons about multidimensional arrays, exception handling, and flow control. These skills will prove useful when ...
Here’s another entry in the 7400 Logic contest. [Circuitchef] used gates and a few flip-flops to build a two-player electronic Tic-Tac-Toe game. The full details or shared in the PDF file he … ...
[Nicholas Carlini] programmed a C implementation of two-player Tic Tac Toe, and he did it in a single call to printf(). The arguments for that single function call get mind-bendingly complex, so it… ...
How to win tic tac toe? A few simple strategies can help you master the game.
The game of Pac-Man is played on a (2-dimensional, real) torus. You can do the same thing with tic tac toe!