Skip to content

Instantly share code, notes, and snippets.

View 1fabunicorn's full-sized avatar
🦄

Nova Trauben 1fabunicorn

🦄
View GitHub Profile
@1fabunicorn
1fabunicorn / tictactoe.py
Created February 2, 2017 03:36 — forked from rpip/tictactoe.py
Simple Python implementation of the classic Tic Tac Toe game. Goal : Unbeatable AI.
#!/usr/bin/env python
#--------------------------------------------------------------------------
# Tic Tac Toe game in Python
# Author: Mawuli Adzaku <mawuli@mawuli.me>
# Date: 20-05-2013
# Tested with Python 2.7
# TO RUN:
# sudo chmod a+x tictactoe.py
# ./tictactoe.py
# OR JUST RUN : python tictactoe.py