tetris-cli/app/Main.hs
Sam Tay 1633c4a9c7 Build out more game mechanics
Typical tetris randomizer, bring in `containers`, swap to absolute cell
locations, write game initializer.
2017-06-14 00:28:45 -04:00

6 lines
65 B
Haskell

module Main where
import Tetris
main :: IO ()
main = undefined