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

Latest commit

 

History

History
14 lines (10 loc) · 431 Bytes

File metadata and controls

14 lines (10 loc) · 431 Bytes

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