module Main where import Alone ( aloneInARoom ) import Terminal.Game -- plays the game normally main :: IO () main = playGame aloneInARoom