2026-06-09 18:16:37 +03:00
2026-06-09 18:43:59 +03:00
2026-05-21 18:04:44 +03:00
2026-05-21 21:21:44 +03:00
2026-06-09 19:25:30 +03:00
2026-06-09 18:43:59 +03:00
2026-05-21 21:21:44 +03:00
2026-06-09 18:50:33 +03:00
2026-05-21 23:37:35 +03:00

YAMLabyrinth

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

How to start:

cargo run --release

How to start (container):

docker run -it --rm quay.io/kareiva/yamlabyrinth:latest

LLM Notice

This was a fun project to do while learning Rust syntax and pecularities. I have mostly used Opus 4.7 with 1M context to assist me with coding.

Author

Simonas Kareiva skareiva@redhat.com, simonas@5grupe.lt

Description
No description provided
Readme 344 KiB
Languages
Rust 99.7%
Dockerfile 0.3%