- avoid
- build archers and knights
This commit is contained in:
weiss
2020-04-10 05:24:09 +02:00
parent 80038b3883
commit 3e8a95a6b1
6 changed files with 129 additions and 834 deletions

View File

@@ -3,13 +3,7 @@ Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "code_royal"
, dependencies =
[ "arrays"
, "console"
, "effect"
, "integers"
, "math"
]
, dependencies = [ "arrays", "console", "effect", "integers", "math", "random" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}