quoridor-hs-0.1.0.0: A Quoridor implementation in Haskell

Safe HaskellNone
LanguageHaskell2010

Quoridor.Cmdline.Network.Server

Synopsis

Documentation

hostServer :: Int -> Int -> Game IO () Source

Given a port, hosts a game server that listens on the given port. This returns a Game monad which should be used with runGame.