Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/backendtea/tictactoe

Simple tic tac toe game made in python
https://github.com/backendtea/tictactoe

Last synced: 17 days ago
JSON representation

Simple tic tac toe game made in python

Awesome Lists containing this project

README

        

#TicTacToe

Simple command line tic tac toe game, written in python

When asked for your move, enter a number between 1 and 9, corresponding with its place on the numpad

If you enter an invalid number, or the field is already filled the program wil exit. It will also crash if you enter something besides a number

This was mostly created to learn a little bit of python