Tic-Tac-Toe Variant
Posted: Fri Oct 04, 2013 2:29 am
I made a little game to try my hand at rule-checking and things like that. It's pretty insufficient when it comes to DRY coding, but since this was my first attempt , I guess it's alright...
The game itself is pretty simple and striaght-forward. I was planning on adding AI, but got disinterested (even though it would be very easy to add it).
Basically:
There are 9 grids. Each grid is like a basic tic-tac-toe board. If you win that board, the board goes to you. If it is a tie, it's fair game for either player.
Once there are 3 of the total grids in a row, or 2 and a neutral, 1 and 2 neutrals, etc. That player wins.
Pretty simple, right?
I found the music on NewGrounds. Credit under options: credits.
The game itself is pretty simple and striaght-forward. I was planning on adding AI, but got disinterested (even though it would be very easy to add it).
Basically:
There are 9 grids. Each grid is like a basic tic-tac-toe board. If you win that board, the board goes to you. If it is a tie, it's fair game for either player.
Once there are 3 of the total grids in a row, or 2 and a neutral, 1 and 2 neutrals, etc. That player wins.
Pretty simple, right?
I found the music on NewGrounds. Credit under options: credits.