Skip to content

Alex-Weatherhead/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages