A roguelike about robots written in Rust.
 
 
 
Go to file
Ash ccccdb8a83 Gap closer now uses the source's color/tile.
Specifically, it darkens the color. Eventually we may want to do
something fancier with it but it's good enough for now.
2021-04-07 02:03:48 -07:00
src Gap closer now uses the source's color/tile. 2021-04-07 02:03:48 -07:00
static Fix the reticule weirdness. 2021-03-25 01:25:02 -07:00
.envrc Port to the newest version of quicksilver. 2020-10-10 01:43:16 -07:00
.gitignore Initial commit. 2020-01-04 18:13:00 -08:00
Cargo.lock Convert from specs to hecs. 2020-11-23 02:32:15 -08:00
Cargo.toml Convert from specs to hecs. 2020-11-23 02:32:15 -08:00
README.md Add README. 2020-10-15 23:14:48 -07:00
other-licenses.txt Switch to Meslo as the log font. 2020-11-21 20:10:31 -08:00
rustfmt.toml Set edition 2018 for rustfmt. 2020-11-03 01:08:41 -08:00
shell.nix Just use rust-analyzer from nixpkgs. 2021-03-20 19:56:58 -07:00

README.md

iterativ

Someday, this will be a roguelike in the vein of Dungeon Crawl Stone Soup.

This wouldn't exist at all without Herbert Wolverson's amazing Rust roguelike tutorial.