Skip to content

MartinTam/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

A simple console game for two players written in Python.

Tools:

Python (3.8.5), Figlet

Figlet

The figlet command can be used to draw large sized text banners. I used it to print out the header of the game so if you do not have it install yet (and want to see the game with all it's aspects), you can install it through teminal using (Ubuntu):

sudo apt-get install figlet

Then make sure to set the permission for header.sh to executable before you execute the game.

chmod a+x header.sh

How it looks like:

Image

License

The code is available under the MIT license.

About

A simple console game for two players

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published