code vs. zombies 100%

This commit is contained in:
weiss
2020-04-09 05:54:52 +02:00
parent 1e44a29547
commit 7fe78eaf40
12 changed files with 1194 additions and 0 deletions

View File

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