
Typical tetris randomizer, bring in `containers`, swap to absolute cell locations, write game initializer.
6 lines
65 B
Haskell
6 lines
65 B
Haskell
module Main where
|
|
|
|
import Tetris
|
|
|
|
main :: IO ()
|
|
main = undefined
|