Rougelike RPG dungeon crawler with a text-based user interface and entity-component system architecture. Think NetHack, but poorly written.
Note
This project is under development.
Clone the repo and be sure you have a copy of cargo
installed and configured. From the root of the repo run
cargo run --release
This will collect dependencies and compile the program into a single binary before launching the game.
Source code is available online at https://github.com/brews/absolutechaos/. This software is open source and available under the MIT License.
This project is based on "Roguelike Tutorial - In Rust" by Herbert Wolverson (DBA Bracket Productions) which has source code available under an MIT License and text available under Creative Commons BY_SA-4.0.