Skip to content

Learning about Python through implementing a Tic-Tac-Toe game for the terminal.

Notifications You must be signed in to change notification settings

Neecolaa/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Learning about Python through implementing a Tic-Tac-Toe game for the terminal.

Board can be any size, how nice it looks at bigger sizes depends on the width of your screen. There can be any number of players.

The game is currently playable!

Further considerations:

  • Currently game breaks if 0 players is selected.
  • Do more research on the pythonic way of doing things and adjusting accordingly.
  • Mess with colors to make icons easier to distinguish

About

Learning about Python through implementing a Tic-Tac-Toe game for the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages