From 7e378ada8ba5dd3d9b52f98954f711f641ae2907 Mon Sep 17 00:00:00 2001 From: Simonas Kareiva Date: Fri, 22 May 2026 00:04:06 +0300 Subject: [PATCH] Few explanations how the game works --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33bc67f..a6b5e31 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,15 @@ 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! + ![screenshot](screenshot.png) ## How to start: - cargo run \ No newline at end of file + cargo run + +## Dependencies \ No newline at end of file