Skip to content

Cazta/tic-tac-toe

Repository files navigation

Coding Challenge - Tic-Tac-Toe

How about a game of tic-tac-toe? - Canonic coding practice in Python, in three versions from simple to a bit more advanced and a notebook with pseudocode.

Environment

with python 3.11.3

Setup

pyenv local 3.11.3
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

About

tic-tac-toe in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7