Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 618 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 618 Bytes

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.