This is a simple (and extremely work-in-progress) roguelike, written in Rust. It's designed to demonstrate one possible way that the ECS architecture could be applied to a roguelike.
It uses:
There is also an older branch that utilizes the Specs ECS library.
To build this project, you'll need the SDL2 development libraries set up on your machine. Instructions can be found on Tetra's website.