Skip to content

Commit b12a26e

Browse files
committed
fix(playground): no more mention of levels for solos
1 parent fdc1a81 commit b12a26e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

playground/core-concepts/core-4-configuration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ InputStream in = ClassLoader.getSystemResourceAsStream("my_awesome_file.txt");
6060

6161
### Levels & Leagues
6262

63-
You have the possibility to create several levels (also named leagues). A new level allows you to set a different configuration and different rules (you can get the league level in the Referee with the [Game Manager](playground/core-concepts/core-4-game-manager.md)).
63+
In a **multiplayer** game, you have the possibility to create several levels (also named leagues). A new level allows you to set a different configuration and different rules (you can get the league level in the Referee with the [Game Manager](playground/core-concepts/core-4-game-manager.md)).
6464

65-
There is a difference between multiplayer and solo game levels:
66-
- In a **multiplayer** game, your levels become leagues. The players will need to beat your Boss in the leaderboard to access the next league.
67-
- In a **solo** game, there can only be on level.
65+
When the game will be released your levels will become leagues. The players will need to beat your Boss in the leaderboard to access the next league.
6866

69-
To create multiple leagues, you need to make new folders named `level<number>` in the `config` directory. Their `<number>` must be positive and will be used to display your leagues in the right order. Each level can be configured like the `config` directory, which allow you to have different statements, stubs, etc.
67+
To create multiple levels, you need to make new folders named `level<number>` in the `config` directory. Their `<number>` must be positive and will be used to display your leagues in the right order. Each level can be configured like the `config` directory, which allow you to have different statements, stubs, etc.
7068

7169
If you want to use the same configuration in several levels, you do not need to copy your files in every directory. If a file is missing in a `level` folder, it will inherit from `config` automatically when uploading your game.
7270

0 commit comments

Comments
 (0)