An open API service indexing awesome lists of open source software.

https://github.com/bitwit/itic-itac-itoe

An iOS implementation of tic tac toe
https://github.com/bitwit/itic-itac-itoe

Last synced: about 1 year ago
JSON representation

An iOS implementation of tic tac toe

Awesome Lists containing this project

README

          

# iTic iTac iToe

An implementation of tic tac toe in Objective-C with AI.

Notes:
- AI uses minimax algorithm with alpha beta pruning
- Demonstrates a combination of autolayout and manual view drawing.
- The board is positioned via auto layout to remain at the top center of the view on any sized device in portrait or landscape.
- The tappable cells and markers are all drawn and animated programatically