Skip to content

This is a TicTacToe app, written for Android. There are two modes to this app: PvP and PvE (person versus environment/computer). The PvE AI uses a minimax alpha-beta pruning algorithm, borrowed from another website (see code comments for details). The AI is programmed in such a way so that it will never lose (try it if you don't believe me ;]).

Notifications You must be signed in to change notification settings

alex-sh-wu/TicTacToe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

About

This is a TicTacToe app, written for Android. There are two modes to this app: PvP and PvE (person versus environment/computer). The PvE AI uses a minimax alpha-beta pruning algorithm, borrowed from another website (see code comments for details). The AI is programmed in such a way so that it will never lose (try it if you don't believe me ;]).

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages