Thread: Tic-Tac-Toe

  1. #1
    DJ who loves Goa Trance!!
    Join Date
    Sep 2004
    Posts
    7

    Tic-Tac-Toe

    I have finnaly decided to make my first game, and it is Tic-Tac-Toe. But, I do not know what programming skills I need (What C++ things I need to know) Could someone tell me everything needed in making Tic-Tac-Toe?

  2. #2
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    type tic tac toe in the search part on the board and see what turns up.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  3. #3
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    There are several tic-tac-toe threads around the board that you could get some useful info on.

    Other than that, just makes sure you undertand all of the basics. Things like conditionals and loops mainly.
    What is C++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help me with my simple Tic tac toe prog
    By maybnxtseasn in forum C Programming
    Replies: 2
    Last Post: 04-04-2009, 06:25 PM
  2. tic tac toe
    By holden in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-09-2004, 09:59 AM
  3. Help with Tic Tac Toe game
    By snef73 in forum C++ Programming
    Replies: 1
    Last Post: 04-25-2003, 08:33 AM
  4. tic tac toe game
    By Leeman_s in forum Game Programming
    Replies: 9
    Last Post: 04-24-2002, 03:24 AM
  5. my tic tac toe game, please try it
    By Leeman_s in forum C++ Programming
    Replies: 2
    Last Post: 04-14-2002, 05:16 PM