Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)