https://github.com/rizanw/ai_tictactoe
Can you challange my AI on a tictactoe game?
https://github.com/rizanw/ai_tictactoe
ai artificial-intelligence pygame python python3 tictactoe-game
Last synced: 7 months ago
JSON representation
Can you challange my AI on a tictactoe game?
- Host: GitHub
- URL: https://github.com/rizanw/ai_tictactoe
- Owner: rizanw
- Created: 2019-04-07T09:44:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T07:57:13.000Z (over 6 years ago)
- Last Synced: 2025-01-21T15:45:19.529Z (9 months ago)
- Topics: ai, artificial-intelligence, pygame, python, python3, tictactoe-game
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI_tictactoe
an tictactoe game with AI algorithm## Requirement :
- Python 3.6+
- Pygame## Files :
- main.py (main file)
- game.py (user interface file)
- AI.py (AI algorithm)