Thread: C program, creating a tic tac toe board.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2013
    Posts
    8

    C program, creating a tic tac toe board.

    Hi, this is my first post on this forum. I have only taken one C class before, and that was a long time ago. In my systems programming class, we were assigned a program that will help us review C. However, I have no idea how to go about starting this program. If anyone can give me a general direction of how to organize my program in terms of loops, how to display the board, etc, I would really appreciate it. Below I have posted the instructions for the program. I understand that I just listed my entire assignment, but i don't expect anyone to do it for me. some of the main questions i would like to know are:

    1. What is the easiest way to display the board..should I use "printf" and write out the entire board? or is there a way to use loops and create the board that way?

    2. Also, how should i go about replacing a number on the board with 'x'?

    Again, any suggestions would be helpful. thanks.

    EDIT:I just realized there was an "attach" feature, so I just attached a document of the assignment, and you do not have to read all of what is written below.
    Attached Images Attached Images

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Plinko Board Program
    By anchorblue804 in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2012, 11:08 AM
  2. help creating the program cannot understand at all
    By moe84 in forum C Programming
    Replies: 1
    Last Post: 12-01-2011, 10:47 PM
  3. Creating a program without using any libraries
    By benrogers in forum C Programming
    Replies: 21
    Last Post: 02-28-2011, 06:38 PM
  4. Problems in creating a Battleships board
    By TheYeIIowDucK in forum Game Programming
    Replies: 2
    Last Post: 08-27-2010, 05:49 AM
  5. I need help with creating a substring program
    By CProgramingBegg in forum C Programming
    Replies: 9
    Last Post: 02-06-2009, 09:50 AM

Tags for this Thread