Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 837 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 837 Bytes

TicTacToe (Android APP)

Features:-
  • Linear Time Algorithm to predict the winner for Tic-Tac-Toe (Works with all n * n grid).
Assumptions:-
  • Player one always starts with the “X” symbol in the game.
Limitations:-
  • The game is only limited to one view, i.e Portrait mode. The App does not rotate to landscape mode.
  • The App works in all the devices with android version KitKat and greater ( >= 4.4 ).
  • Score does not look good in the score field if it crosses 2 digit number.
  • Player Names should be a length of 8 characters.
  • Player Names can not have any numbers in it.
  • Player Names can not have spaces alone.
Images:-