Tic Tac Toe
In C
Notes: This is a simple program I made while working through some of the examples in the book. As the name suggests it's a game of tic tac toe except unlike the previous java version this one is graphical using the Win32 API. Sometime I'll make a blog post about it.