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
- Host: GitHub
- URL: https://github.com/bitwit/itic-itac-itoe
- Owner: bitwit
- Created: 2015-08-28T02:39:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T02:42:38.000Z (over 10 years ago)
- Last Synced: 2025-03-24T03:37:42.490Z (about 1 year ago)
- Language: Objective-C
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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