Click here to Skip to main content
15,881,828 members
Articles / Programming Languages / C++

How to create tic tac toe game with web standards (Part 4)

22 Nov 2012CPOL 474  
This is the fourth part of tutorial how to create tic tac toe game with web standards. Now we are on the  third step, Add action when player mark the position. To do this first download or create two images to show the state or position owner (Computer or Player). I have two images named cross.png a
Only logged in members can view this content

Please go to the C++ Table of Contents to view the list of available articles in this section.