A simple game created in ScalaFx for a course project.
-
Requirements:
-
3 options to start:
- download the .jar file from the releases,
- start with Scala metals or preferred IDE
- or follow the Build instructions below
- In the root directory run
sbt. - After initialized run
assemblyin the sbt shell. - The compiled .jar -file can be found in the
./target/scala-2.13-folder
