Play tic tac toe. You may only place your token in the highlighted grid. Highlighted grids are determined by: for example, if you play in the top right of a small grid, the next turn the top right of the big grid will be highlighted. You win a small grid by making a line in it. A player wins the game when a line is made in the big grid. --------------------- This is Insane Tic Tac Toe. It's the fourth one I've made - but it actually works this time!. It's as painful as always, but I'm really proud of how this came out.
Update Log: 4.0.0: Restarted this project again 4.0.1: Shared 4.0.2: Added randomly coloured pastel background 4.0.3: Win State and Bug Fixes - Rewrote the small grid win recognition. Coded Final Win Recognition. Added Winner Text. I've always wanted to do a project by doing all the code within one sprite and using pen only. It was pain. It was confusing. Would not recommend to a friend. I hope you like the trials of my effort :) - Kane