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