Place bombs randomly
This commit is contained in:
parent
0b20ec98e3
commit
fd1aef44ef
4 changed files with 36 additions and 11 deletions
|
|
@ -12,13 +12,18 @@ library:
|
|||
Lib
|
||||
dependencies:
|
||||
- containers
|
||||
- array
|
||||
- split
|
||||
- mtl
|
||||
- random
|
||||
|
||||
executables:
|
||||
minesweeper:
|
||||
source-dirs: app/
|
||||
main: Main.hs
|
||||
dependencies:
|
||||
minesweeper
|
||||
- minesweeper
|
||||
- random
|
||||
|
||||
tests:
|
||||
minesweeper-test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue