Skip to content

jscdev909/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Recording2026-04-24234840-ezgif com-video-to-webp-converter

A small, console-based game of TicTacToe I made in between my other Python projects. Can you beat the CPU?

Features

  • No external dependencies, only requires Python 3.14
  • CPU player that simulates a real player by logically selecting ideal moves
  • Helpful index markers to know where you're placing marks on the printed board

How to run

Make sure Python 3.14 is installed and the Python interpreter executable is available on your PATH (you can check this by running py --version). Then, either clone this repository or download the tictactoe.py script to a local directory. Then just change directories to where the script is and run the following command:

py tictactoe.py

Then just follow the prompts to play! Enjoy!

About

A version of TicTacToe written in Python

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages