Finish level picker, start game interface
This commit is contained in:
parent
315f486520
commit
c12bef50b3
4 changed files with 205 additions and 36 deletions
|
|
@ -16,22 +16,23 @@ cabal-version: >=1.10
|
|||
library
|
||||
hs-source-dirs: src
|
||||
exposed-modules: Tetris
|
||||
, UI.PickLevel
|
||||
, UI.Game
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, brick
|
||||
, containers == 0.5.10.2
|
||||
, microlens
|
||||
, microlens-th
|
||||
, random
|
||||
, vty >= 5.15
|
||||
default-language: Haskell2010
|
||||
|
||||
executable tetris
|
||||
hs-source-dirs: app
|
||||
main-is: Main.hs
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends: base
|
||||
, microlens
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, tetris
|
||||
, vty >= 5.15
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite tetris-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue