NO

Author Topic: Tic-Tac-Toe.  (Read 3538 times)

PauloH

  • Guest
Tic-Tac-Toe.
« 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.

jwzumwalt

  • Guest
Re: Yours looks better than mine!
« Reply #1 on: April 26, 2009, 03:32:39 AM »
This is a terminal (ascii) screen version of tic tac.