https://github.com/eric2788/ai-project-tic-tae-toe
Tic Tae Toe AI project for university
https://github.com/eric2788/ai-project-tic-tae-toe
Last synced: 2 months ago
JSON representation
Tic Tae Toe AI project for university
- Host: GitHub
- URL: https://github.com/eric2788/ai-project-tic-tae-toe
- Owner: eric2788
- Created: 2021-12-06T14:23:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T04:50:24.000Z (over 4 years ago)
- Last Synced: 2025-03-01T17:16:38.719Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history_manager.py
Awesome Lists containing this project
README
# Play Tic Tae Toe With AI
A simple python program that playing Tic Tae Toe game with AI by implementing alpha beta algorithm with pruning.
**This project is for university assignment only**
### Download and have a try ?
See [Actions](https://github.com/eric2788/AI-project-tic-tae-toe/actions) and find the artifact of the latest workflow.