Click on a square with a white piece to select it, then press on an adjacent square to move your piece. If it has an opponent all of your pieces get moved, but if it doesn't only one is moved. You can stack pieces by moving them on top of each other. When a piece is moved onto a square that has the opponents piece a dice is rolled and depending on the number of pieces all of one sides pieces get converted to the others side. Convert all of your opponents pieces to your side to win!
*Thank you guys so much for 60 followers!* Since tic-tac-toe is played on a 3x3 grid, I thought it would be interesting to make a game that's played on a 2x2 grid! I came up with this and after playing a few rounds in real life, I started coding. Anyways this took 3 days to code so hopefully you enjoy it! *Update Log* (10/26/22 11:05 AM): Removed ONE useless block lol. v1.0.4 (10/26/22 10:57 AM): VERY slightly changed the tile glow color. (You can't really notice that it's lighter unless you look for it.) v1.0.3 (10/25/22 9:21 PM): Added comments to make code more readable. v1.0.2 (10/25/22 5:56 PM): Added function to make converting instant. v1.0.1 (10/25/22 5:52 PM): Fixed bug where clicking on tiles that don't have you own pieces still counted as a move and would skip your turn. v1.0 (10/25/22 5:4? PM): Initial Release. Graphics are minimal and the AI is purely random but those will probably be improved on later.