Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 290 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 290 Bytes

tictactoe

This Project is an anrdroid implementation of the game Tic Tac Toe. This implementation rigrously follows Object Oriented Programming principles and provides maximum code segregation. In other words objects of a class have minimum or no control over objects of any other class.