GameBuilder
scalata.application.services.GameBuilder
Immutable builder that assembles a complete GameSession.
==== Parameters ====
- player optional hero to start the run with; must be supplied before calling build.
- difficulty global difficulty level (1–10).
- level tower floor to generate (starts at
1).
All mutator methods are pure: they return a new GameBuilder instance without mutating the original one.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article