Skip to content

My rendition of a console based, Python Tic Tic Toe.

Notifications You must be signed in to change notification settings

vvickedvveb/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Vick's 2 Player Tic Tac Toe!

2 player, Python Tic Tac Toe

Console based, 2 player Tic Tac Toe game in Python. Made without looking at others.

Install

Create a virtual environment

python3 -m venv tic_tac_toe

Enable environment

source bin/activate

Run script

python TicTacToe.py

Play

  • Open a terminal
  • Select 'x' or 'o' to start (case insensitive)
  • Enter the position (1, 2, 3...) for your turn

Tests

python -m unittest Test_TicTacToe.py

Enjoy!

Releases

No releases published

Packages

No packages published

Languages