agnivade / tic-tac-py

A small tic-tac -toe game in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic-tac-py


tic-tac-py is a very simple implementation of the popular game, tic-tact-toe.

Currently, you can't play it against the computer, I will add this feature soon.

How to play

Run it like this: python tictac.py

The moves are given as row column and the range is 0-2

About

A small tic-tac -toe game in python


Languages

Language:Python 100.0%