Skip to content

A simple Tic Tac Toe Android application. It runs AI algorithm minimax in the backend for single player gameplay. It also supports Multiplayer.

Notifications You must be signed in to change notification settings

Saishrey/UltimateTicTacToeApp

Repository files navigation

UltimateTicTacToeApp

This game consists of 3 modes, Multiplayer, Solo - easy and Solo - hard. Multiplayer is to be played between two humans. Solo is to bew played against AI. Solo - easy runs a simple function which finds the next move by picking a random box from available boxes. Solo - hard runs the minimax AI game playing algorithm.

⚠️It might be impossible to defeat the AI in Solo - hard.

Main Menu Settings Game Over
Multiplayer Solo - Easy Solo - Hard
Splash Screen

About

A simple Tic Tac Toe Android application. It runs AI algorithm minimax in the backend for single player gameplay. It also supports Multiplayer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages