Page 1 of 1

Tic Tac Toe

Posted: Tue Apr 19, 2011 9:44 am
by zero exe
Okay, here's how it goes:
The Game Base
Show
|_|_|_|
|_|_|_|
|_|_|_|
Remove "_" and Put X/O
How To Play
Show
- There can be many games at one time
- Anyone can start the game
- If someone starts a game, he should say: "Start The Game(X/O)"
- He can choose either X or O
- Then he start the game by replacing a "_" with X/O.
- Another member who wants to play with that person, should say: "@'the person's name'" and C/P his base and do the same: Replacing a "_" with X/O.
- The first person should also say"@'the person's name" and do the same. etc
- While those two are playing. Anyone can start a new game.
- After a game is done (all "_" got replaced or someone Quit/Win). You should say Person1/Person2: Game End
You should get this. If not:
Example
Show
-MegaMan: Start The Game(X)
|_|_|_|
|_|X|_|
|_|_|_|

-Lan: @MegaMan
|_|_|O|
|_|X|_|
|_|_|_|

-Chaud: Start The Game(O)
|_|_|O|
|_|_|_|
|_|_|_|

-Megaman:@Lan
|X|_|O|
|_|X|_|
|_|_|_|

ProtoMan:@Chaud
|_|_|O|
|_|X|_|
|_|_|_|

...BlahBlahBlah

A Player: ProtoMan/Chaud: Game End
etc
Have Fun! ^_^