No description
Find a file
Llywelwyn ec9127573c fastfov and telepathy
currently no way to *gain* telepathy, but it works
2023-07-11 11:12:11 +01:00
benches benches 2023-07-08 00:03:46 +01:00
resources vi-keys menu nav, and 80x60 menu bg img 2023-07-11 04:50:55 +01:00
src fastfov and telepathy 2023-07-11 11:12:11 +01:00
wasm fastfov and telepathy 2023-07-11 11:12:11 +01:00
.gitignore better magic map anim 2023-07-10 08:31:54 +01:00
Cargo.lock pre-api removal 2023-07-10 11:46:21 +01:00
Cargo.toml pre-api removal 2023-07-10 11:46:21 +01:00
README.md Update README.md 2023-07-08 01:45:08 +01:00

using rltk and bracket's roguelike tutorial in rust

image

this year, i'm following along with thebracket's roguelike tutorial in Rust, using rltk/bracket-lib. for most of these 8 weeks i'll probably just be whittling away at the content and trying not to diverge too much, since it's a really lengthy one and finishing it in time might be a task, but the ultimate aim post-sprint is to strip out the data and existing entities and replace them with my own, using the systems and components as a jumping-off point for a rl of my own