Build out more game mechanics
Typical tetris randomizer, bring in `containers`, swap to absolute cell locations, write game initializer.
This commit is contained in:
parent
7cdf59d5aa
commit
1633c4a9c7
5 changed files with 96 additions and 98 deletions
|
|
@ -18,9 +18,10 @@ library
|
|||
exposed-modules: Tetris
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, brick
|
||||
, containers
|
||||
, containers == 0.5.10.2
|
||||
, microlens
|
||||
, microlens-th
|
||||
, random
|
||||
default-language: Haskell2010
|
||||
|
||||
executable tetris
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue