Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 435 Bytes

Tic-Tac-Toe

Program Requirements:

Tested against Python 3.4.3. To run, first download the repository, and navigate into the folder in terminal. Then, execute using 'python ttt.py'.

Description:

An implementation of a python command-line 'PvC' tic-tac-toe game, wherein the computer uses minimax and alpha-beta pruning.

Future Steps:

(1) Improve command-line UI.
(2) Modularize the code base to allow for greater code re-use.