Tic Tac Toe (game)

Discuss whatever your heart desires, just be civil. Posts made in this forum do not increase new members' post counts.
Post Reply
User avatar
louisgeorge
Posts: 272
Joined: 04 Jul 2012, 09:43
Bookshelf Size: 0

Tic Tac Toe (game)

Post by louisgeorge »

The game ends, if three pieces are connected.

Settings and rules:
> You choose one piece (x or o). You can't switch piece ... If you choose x, you can't put o on the board
> You can put the piece (x or o) into any free space
> The board has 9 spaces (3x3)
> Write how is next (x or o)
> No double posts

Wins:
HUSH (1)
your sister (1)
Eva(1)

Example:

start board

|_|_|_|
|_|_|_|
|_|_|_|

1st turn

|_|x|_|
|_|_|_|
|_|_|_|
next o

2nd turn

|_|x|_|
|o|_|_|
|_|_|_|
next x

3rd turn

|x|x|_|
|o|_|_|
|_|_|_|
next o

4th turn

|x|x|o|
|o|_|_|
|_|_|_|
next x

5th turn

|x|x|o|
|o|x|_|
|_|_|_|
next o

6th turn

|x|x|o|
|o|x|_|
|_|o|_|
next x

7th turn

|x|x|o|
|o|x|_|
|_|o|x|
x wins

-- 06 Aug 2012, 08:04 --

I have a better design of the game. There are 12 chances, so both O and X will get equal chances rather than the ratio 5:4 from the 9 boxes.

|_|_|_|_|
|_|_|X|_|
|_|_|_|_|
Un-Break My Heart , Un-Cry These Tears , Say You Will Love Me Again
Post Reply

Return to “Community & Off-Topic”