Skip to content

chongkim/tic-tac-toe.hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe.hs

Tic Tac Toe in Haskell

Install

Get the Haskell Platform

Probably the best way on a mac is to use Homebrew:

brew install haskell-platform

To be able to run the tests, you need to install HSpec:

cabal update
cabal install hspec

Running

On Unix, type:

runghc Main.hs

If you want it as a standalone executable, you can type:

ghc Main.hs -o tic

The executable will be named tic

About

Tic Tac Toe in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published