Thread: Tic Tac Toe

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    Tic Tac Toe

    Here's a 2-player tic tac toe game that I made sometime ago.
    What do you think of it? It uses the text color functions from conio so it might not compile for everybody.
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  2. #2
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Nice

  3. #3
    Rabite SirCrono6's Avatar
    Join Date
    Nov 2003
    Location
    California, US
    Posts
    269

    Thumbs up 100%

    Good job, I like it.

    - SirCrono6
    From C to shining C++!

    Great graphics, sounds, algorithms, AI, pathfinding, visual effects, cutscenes, etc., etc. do NOT make a good game.
    - Bubba

    IDE and Compiler - Code::Blocks with MinGW
    Operating System - Windows XP Professional x64 Edition

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    380
    Thanks for the comments. How difficult would it be to write AI for this game?
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  5. #5
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    not hard, i did it when i was 9 or somthing
    really i just did if statements

  6. #6
    Senor Member nomi's Avatar
    Join Date
    Jan 2004
    Posts
    129
    Nice....

    You can make it more professional by using mouse clicks..

    winbgim.h

  7. #7
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    I liked your program. however I wanted to offer a few suggestions from a end user's point of view.

    1) when a player chooses to quit. it would be helpful to validate his/her choice by allowing the 'Q' to be in lowercase. Just extra work for the end user.

    2) when I do ask to quit it keeps reapeating want to try again? over and over, which then brings up and error on windows. I'm assuming you might want to give the options of yes or no instead || or with restart.

    3)In all it was a cool game. The colors were a little hard on the eyes, and I think a more friendly user face with a menu of ALL options would be nice.


    --just my two cents

  8. #8
    Spaced Cadet
    Join Date
    Aug 2003
    Posts
    110
    Numbers should match with the numpad, the numpad would make it easier to play. Other than that kick-ass.

  9. #9
    Registered User
    Join Date
    Aug 2001
    Posts
    380
    caroundw5h:
    You should just be able to use y or no in response when asked if you want to try again. What are all the options you refer to?
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  10. #10
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    I wasn't able to use yes or no. It never acted on those letters. Check it out, I may have something wrong with my comp

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