
Typical tetris randomizer, bring in `containers`, swap to absolute cell locations, write game initializer.
3 lines
128 B
Haskell
3 lines
128 B
Haskell
main :: IO ()
|
|
main = putStrLn "Test suite not yet implemented"
|
|
-- TODO specs for mocking game and ensuring boundaries respected
|