Build out more game mechanics

Typical tetris randomizer, bring in `containers`, swap to absolute cell
locations, write game initializer.
This commit is contained in:
Sam Tay 2017-06-14 00:28:45 -04:00
parent 7cdf59d5aa
commit 1633c4a9c7
5 changed files with 96 additions and 98 deletions

View file

@ -1,2 +1,3 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"
-- TODO specs for mocking game and ensuring boundaries respected