Few explanations how the game works
This commit is contained in:
@@ -2,8 +2,15 @@
|
|||||||
|
|
||||||
A text dungeon game that teaches you YAML.
|
A text dungeon game that teaches you YAML.
|
||||||
|
|
||||||
|
The game uses actual YAML parsing libraries and generates semi-random levels
|
||||||
|
by describing a secret YAML file that the user has to recreate in the editor.
|
||||||
|
|
||||||
|
There are 11 levels in the game, so if you're on level 12, you won the game!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How to start:
|
## How to start:
|
||||||
|
|
||||||
cargo run
|
cargo run
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
Reference in New Issue
Block a user