Skip to content

Commit 755ceab

Browse files
committed
fix(doc): moved the score section under the good title
1 parent 86e8c76 commit 755ceab

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

playground/core-concepts/core-3-game-manager.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ and
185185
gameManager.loseGame();
186186
```
187187

188+
### Score calculation
189+
190+
Once the game is online, players will be able to submit their code and a score will be calculated to determine their rank in the leaderboard.
191+
192+
This score corresponds to **the sum of all the scores obtained when running validators**. Validators are specific kinds of test cases. Make sure you [configure them correctly](core-4-configuration.md#test-case-file).
193+
194+
188195
## Optimization Game Features <a name="optimization-game-features"></a>
189196

190197
An Optimization game is a Solo game with a score. The only differences comes in the [configuration](core-4-configuration.md#optimization-game-configuration) and the metadata you need to send.
@@ -198,8 +205,3 @@ public void onEnd() {
198205
}
199206
```
200207

201-
### Score calculation
202-
203-
Once the game is online, players will be able to submit their code and a score will be calculated to determine their rank in the leaderboard.
204-
205-
This score corresponds to **the sum of all the scores obtained when running validators**. Validators are specific kinds of test cases. Make sure you [configure them correctly](core-4-configuration.md#test-case-file).

0 commit comments

Comments
 (0)