Skip to content
vic

17cupsofcoffee/rl

🛡️ Experiments in building a ECS-driven roguelike in Rust

17cupsofcoffee/rl.json
{
"createdAt": "2017-11-22T10:50:52Z",
"defaultBranch": "main",
"description": "🛡️ Experiments in building a ECS-driven roguelike in Rust",
"fullName": "17cupsofcoffee/rl",
"homepage": "",
"language": "Rust",
"name": "rl",
"pushedAt": "2022-07-11T10:55:51Z",
"stargazersCount": 33,
"topics": [],
"updatedAt": "2023-07-25T14:13:00Z",
"url": "https://github.com/17cupsofcoffee/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.

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