Game Walkthrough:
- This is a 9x9 tictactoe
- After opening the app you will see 2 buttons in home page ie Play and Instructions.
- If you are playing for the first time, we recommend you to go through the instructions.
- Enter the names of the 2 players and then start playing.
- Your next allowed move in the game is highlighted by the color given.
- Keep track of your won blocks in the score board below the grid.
- You may undo your move or reset the game anytime.
- You need to win atmost 5 blocks to win the whole game.
- After a move, undo will work only once.
Known Issues:
- Undo command does not decrement the win-counter after winning of a block.
- If game enters deadlock(due to the rules of the game) the whole grid is enabled(Its not an actual issue).
- There is some mismatch in the color of the a block, it occurs very seldom.
Concepts Used:
- Multiple Activities
- Interactive Buttons
- Constraint Layout
- Realtime Color Changing Layout
- Screen Constraints
- Supports Multiple Screen Resolutions.
Future Changes:
- Add a timer to make it more challenging.
- A database will be maintained to keep a record of the users and their best scores.
- Make the game single player(ie enable bot players).
- Players can play the game over bluetooth/wifi(offline) remotely.