ansi-terminal-game-1.3.0.0: example/Main.hs
module Main where import Alone ( aloneInARoom ) import Terminal.Game -- plays the game normally -- run with: cabal new-run -f examples alone main :: IO () main = errorPress $ playGame aloneInARoom
module Main where import Alone ( aloneInARoom ) import Terminal.Game -- plays the game normally -- run with: cabal new-run -f examples alone main :: IO () main = errorPress $ playGame aloneInARoom