Tic-Tac-Toe
My first attempt at making a text-based tic-tac-toe game. Originally written in Python, now playable in your browser with a JavaScript recreation featuring an AI opponent.
Tech Stack
PythonJavaScriptReact
Play the Game
JavaScriptInteractive Recreation
Tic-Tac-Toe
Your turn (X)
JavaScript recreation of the original Python game.
You play as X, computer plays as O.
PythonOriginal Source Code
tic_tac_toe.py
# Error loading code file