Skip to content

fredhof/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Unbeatable Tic-Tac-Toe in Haskell

Work in progress...

Coordinate board

The program takes (x, y) coordinates coresponding to the grid below:

- - - - - - - - - - -
(0,0) | (1,0) | (2,0)
- - - - - - - - - - -
(0,1) | (1,1) | (2,1)
- - - - - - - - - - -
(0,2) | (1,2) | (2,2)
- - - - - - - - - - -

About

Tic-tac-toe versus unbeatable computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published