Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

A simple, text console-based implementation of the Tic-tac-toe game in Python.

License

Notifications You must be signed in to change notification settings

neelabhg/tic-tac-toe-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe

A simple, text console-based implementation of the Tic-tac-toe game, developed as my solution to an interview coding challenge.

Requires Python 3.x. There are no dependencies other than the Python Standard Library.

  • Run the game: ./bin/run
  • Run unit tests: ./bin/test

docs/game_session_screenshot.png

Releases

No releases published

Packages

No packages published