Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 847 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 847 Bytes

rl

Build Status

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:

  • Tetra - rendering/input/windowing/etc
  • hecs - ECS

There is also an older branch that utilizes the Specs ECS library.

Building

To build this project, you'll need the SDL2 development libraries set up on your machine. Instructions can be found on Tetra's website.