
I’m learning Rust by coding a simple role playing game. It will be ugly, broken and without any guarantees, but the repo will be public.
The goal is a highly modularized project with a core module handling the game mechanics and separate modules for input and renderers.
I will start using console, later move to ratatui and eventually the ambition is to move to bevy to use bitmap sprites and even later, 3d assets.