Skip to content

dstromberg2/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple TicTacToe game for PhoneGap. One player game, played against AI.

This is for demonstration only, the app is not released on any of the mobile app marketplaces. It is designed for Phonegap, and can be compiled for any mobile platform by inputting this project's URL on https://build.phonegap.com

The game utilizes HTML, CSS, and Javascript (with jQuery framework) for all functionality.

Game statistics are saved using HTML5 local storage, which is compatible with all major mobile OSes, as well as any modern browser.

AI uses minimax logic, with heuristic algorithm, all programmed in Javascript.

About

A simple TicTacToe game for PhoneGap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published