A tower defense game made for the Programming Studio A course at Aalto University. Documentation
First import build.sbt dependencies. Then run
sbt run
... or go to src/main/scala/UI/MainUI.scala and run the @main-function.
sbt scalafmtAll
sbt test
Wartremover is run on save. build.sbt
contains the configuration for the linter.
Please see here to set more rules: https://www.wartremover.org/doc/warts.html.
???
???