Skip to content

A program to run a tic-tac-toe game, as well as a human-player interface and a computer player.

Notifications You must be signed in to change notification settings

mets634/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

A program to run a tic-tac-toe game, as well as a human-player interface and a computer player.

Computer player uses the Minimax algorithm with alpha-beta pruning.

TODO: Make computer player prolong game if losing, or choose fastest win.

About

A program to run a tic-tac-toe game, as well as a human-player interface and a computer player.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages