Jump to content

help a tic tac toe

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
16 replies to this topic

#1
imhaf123

imhaf123

    Newbie

  • Members
  • Pip
  • 9 posts
hi...i need some help on making a tic tac toe using if else structure for loop structure.can any1 help me?if there is a way for generous programmers to help me do for me and put gib the code to me?



pls help...i can't seem to make a correct codes...pls help

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Hello, can you post what you have already please?

#3
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
My friend made a tic-tac-toe game in Visual Basic; it was over one thousand lines of code and it worked pretty well.

#4
imhaf123

imhaf123

    Newbie

  • Members
  • Pip
  • 9 posts
eeerrr...there is a problem...i dunno how to do it in the first place at all..the front part of creating the thing i know...(i dun have the software now coz i dunno where to download it..the software is in skool)...but the back part i dunno...can juz help me create a simple 1...the lecturer in skool is giving me some problems in such tat he does not teach how to make the code...juz spoon feed us...can help me create a simple tic tac toe?


ps. is using the microsoft visual basic or something like that but its in C#...any1 know where to get the free download?

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts

imhaf123 said:

ps. is using the microsoft visual basic or something like that but its in C#...any1 know where to get the free download?

You could always Download C# Express 2005, if I'm not mistaken its pretty much the same as .NET right? coz I have that and it opens .NET projects...
here is a link:-
http://msdn.microsof...sharp/download/

and
http://forum.codecal...ic-tac-toe.html
for the code :) .. Hope it helped!

#6
imhaf123

imhaf123

    Newbie

  • Members
  • Pip
  • 9 posts
thx lotsa to programming god and admistrator...

#7
imhaf123

imhaf123

    Newbie

  • Members
  • Pip
  • 9 posts
:] tis extra post will help me see the attachment u send to me

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Hope it helped :)

#9
imhaf123

imhaf123

    Newbie

  • Members
  • Pip
  • 9 posts
so complicated... =[ i am a disgrace to the programming world....how to delete tat penguin page? and go straight to the tic tac toe page...?i was thinking of a 2 player thingy

#10
imhaf123

imhaf123

    Newbie

  • Members
  • Pip
  • 9 posts
hmmm...can i ask..if i can gib u a text in notepad...got some error that i dunno how to correct..if i give u can u help me?

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Tic-Tac-Toe is the first AI program you can be asked to create. It isn't as trivial as you would think. The key is to play a few games and think about how you would decide where to play next. Then think about how to detect that situation and write the code for it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#12
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
Can anybody give me the source for a Tic-Tac-Toe game? I want to play.