top of page

Tic Tac Toe

Tic Tac Toe is a semester end project which was developed under the module "Programmin Challenge I" at the Department of Computer Science and Engineerin, where I study in. This application was developed on Android, since an addictive game like this could easily be marketed through a mobile platform. The final application was given full marks by the evaluators, due to its simplicity, efficiency of the algorithm, User friendliness and the multiplayer connectivity through bluetooth.

The game consists of a Single Player mode and a Multi Player mode. The single player mode comes in three different levels such as Easy, Medium and Hard. There is an AI running for these three levels and the algorithm used was the Min Max Algorithm.

The Multiplayer mode gave the option of either playing a game on the same device with two players playing one after the other, which is known as the versus mode. And the other option was to connect two separate devices via bluetooth and the two players can play a game and compete through their devices separately.

 

The GUIs are very user friendly and the images for the application are shown in the below gallery.

bottom of page