Order and Chaos

For completed/abandoned Mish Mash Games.
User avatar
Scigatt
Scigatt
Goon
User avatar
User avatar
Scigatt
Goon
Goon
Posts: 833
Joined: January 4, 2008
Location: Vancouver, Canada

Order and Chaos

Post Post #0 (ISO) » Fri Apr 08, 2016 11:39 am

Post by Scigatt »

Order and Chaos is asymmetrical version of tic-tac-toe played on a initially empty 6x6 grid. One player is Order, while the other is Chaos. On their turn, any player can play X or O on any unmarked cell. Order's goal is to create a 5-in-a-row in either X's or O's while Chaos needs to prevent that to win.

That's basically it, other than minor things like game initialization(choosing who goes first, etc.).

Formatting for empty grid.

Code: Select all

[table][row][cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell][/row]
[row][cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell][/row]
[row][cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell][/row]
[row][cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell][/row]
[row][cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell][/row]
[row][cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell]
	[cell]_[/cell][/row][/table]


I don't plan to be setting up an official play thread, I just wanted to let you all know about this.
Locked

Return to “Sens-O-Tape Archive”