Pelles C forum

C language => User contributions => Topic started by: PauloH on February 24, 2009, 03:41:43 AM

Title: Tic-Tac-Toe.
Post by: PauloH on February 24, 2009, 03:41:43 AM
This is a simple tic-tac-toe program that I coded as a self exercise to learn C programming.
The mouse left button puts a circle on the game board and the right button puts a cross.

Any suggestions are welcome.

PauloH.
Title: Re: Yours looks better than mine!
Post by: jwzumwalt on April 26, 2009, 03:32:39 AM
This is a terminal (ascii) screen version of tic tac.