We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated 2. Setting apps up (markdown)
Updated Home (markdown)
Updated 4. Game Process (markdown)
Minor improvements on section 2
Last section
Minor improvements on section 5
Section 4
CORS explanation
Updated 3. Login Process (markdown)
Part 3
First exercise from 3
Updated 1. Infrastructure (markdown)
Change commits with tags
Update exercise 2 instructions.
There is no `common` module, only `commonJS` and `commonJVM`. The console will only run for `commonJVM`, running it in `commonJS` will start the JVM one anyway. The console import root is the `scala` package, which has its own `io` module. `_root_` is necessary to run this in the console.
Added a commit (to a new branch) that has the intermediary step for the first game modeling step.
Updated 5. Turn Process (markdown)