Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gypsydangerous/tic-tac-toe
Tic Tac Toe built with pygame in python allowing you to play against a minimax ai
https://github.com/gypsydangerous/tic-tac-toe
Last synced: 21 days ago
JSON representation
Tic Tac Toe built with pygame in python allowing you to play against a minimax ai
- Host: GitHub
- URL: https://github.com/gypsydangerous/tic-tac-toe
- Owner: GypsyDangerous
- Created: 2019-12-11T22:13:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T22:33:43.000Z (about 5 years ago)
- Last Synced: 2024-11-09T21:27:43.480Z (3 months ago)
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
# Installation
- clone the repo
- cd into repos folder
- run python main.py# Example
this minimax algorithm is salted with a random number from -5 to 5 on every check so it is not perfect but very good
![example](example.gif)