Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 220 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 220 Bytes

Tic-Tac-Toe Engine

A simple GUI Tic-Tac-Toe engine.
Inspired by Spanning Tree's Minimax algorithm video.

Run

  1. python3 gui.py

External Dependencies

No external dependencies.