/python-tictactoe

Tic Tac Toe game in Python

Primary LanguagePython

Python Tic Tac Toe

This is the source code for Python Tic Tac Toe.

Requirements

Python 3.8 or later.

Run the game

Create virtual environment, install third-party packages and invoke as a module

$ pyenv virtualenv 3.8.1 tictactoe
$ pyenv activate tictactoe
$ pip install -r requirements.txt
$ python -m tictactoe