tetris-cli/test/Spec.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

3 lines
128 B
Haskell

main :: IO ()
main = putStrLn "Test suite not yet implemented"
-- TODO specs for mocking game and ensuring boundaries respected