Skip to content

cstml/hsk-tic-tac-toe

Repository files navigation

Haskell Tic Tac Toe

  • Here's anothe functional implementation of TicTacToe I've bashed out for fun. This time in Haskell - my absolute favourite programming language.

How to run

  • If you have cabal:
cabal run
  • If not :
ghc --make Main.hs && ./Main

How to play

  1. each player inputs a number from 1-9 for the position they want to occupy.
  2. Have fun.