diff --git a/README.md b/README.md new file mode 100644 index 0000000..33bc67f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# YAMLabyrinth + +A text dungeon game that teaches you YAML. + +![screenshot](screenshot.png) + +## How to start: + + cargo run \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..f681594 Binary files /dev/null and b/screenshot.png differ