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

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?

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)