Skip to content

lowderdev/tic-tac-toe-hs

Repository files navigation

tic-tac-toe-hs

Simple command line tic-tac-toe in Haskell.

>> :main

   |   |
---+---+---
   |   |
---+---+---
   |   |

Enter number 1-9

To play, clone the repo and then run:

stack build
stack run

Or just run ghci and :main:

stack ghci
:main

TODO:

  • UI?
  • "AI" / 1 player mode?

About

Tic Tac Toe in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published