nvtz / Tic-Tac-Toe

My solution to the coding challenge: Create an app that can interactively play the game and never lose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

A Tic-Tac-Toe game implemented in python that can interactively play against a human player and never lose.

About this repo

This repo is a fork of coxmediagroup/Tic-Tac-Toe which is a coding challenge that needs to be submitted along with your resume for the position of Python/Django developer at Cox Media Group .

This repo is my solution to the problem. It helped me to qualify for the next round of the interview with them. I really enjoyed working on it. :-)

Usage

python tic-tac-toe.py

How to contribute

  1. Fork this repo
  2. Fix, Modify, Extend and Test
  3. Commit
  4. Create a pull request

License

Licensed under the MIT license.

About

My solution to the coding challenge: Create an app that can interactively play the game and never lose.


Languages

Language:Python 100.0%