To run this app you have to run from Idea or
if you wont run the jar you have to
-
Move to the project root and run command
sbt assembly -
You have to move to path
target/scala-2.11and run commandjava -jar game_rock_paper_scissors.jar
FAQ: How to add new Shape for playing:
-
You should extend trait CommonShapes:
-
Implement all required methods
-
Set to package resources your image
-
Add a new object of your class to the list:
- package: controller; API.getListShapes