From 965f10d9b3153f31992c647309f6f551b5f68831 Mon Sep 17 00:00:00 2001 From: Llywelwyn <82828093+Llywelwyn@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:45:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ad1dad..bcce601 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # using rltk and bracket's roguelike tutorial in rust ![image](https://github.com/Llywelwyn/rust-rl/assets/82828093/f1bc9e7f-3f6e-42a8-8d2e-e6bd4fb5a007) + +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