TOBOT is Your Tic Tac Toe Opponent with a Bad Attitude

[3dprintedlife] is apparently a little bored. Instead of whiling away the time playing tic tac toe, he built an impressive tic tac toe robot named TOBOT. The robot uses a Rasberry Pi Zero and a Feather to control a two-axis robot arm that can draw the board and make moves …read more

Continue reading TOBOT is Your Tic Tac Toe Opponent with a Bad Attitude

Tic-Tac-Toe Implemented in Single Call to printf()

[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 may come as no surprise that it was written for The International Obfuscated C Code Contest …read more

Continue reading Tic-Tac-Toe Implemented in Single Call to printf()