packages feed

SpacePrivateers-0.1.0.0: GameDefinition/Main.hs

-- | The main source code file of Space Privateers the game.
module Main ( main ) where

import System.Environment (getArgs)

import TieKnot

-- | Tie the LambdaHack engine client, server and frontend code
-- with the game-specific content definitions, and run the game.
main :: IO ()
main = do
  args <- getArgs
  tieKnot args