From 65564e6f4c69f45508254d2262fbb654b7199c0b Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Sun, 10 Sep 2023 23:59:09 +0100 Subject: [PATCH] readme update w/ link to blog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c314e4f..9127091 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ check out the page in the header for the wasm version, pick [a release of your c this year for roguelikedev does the complete tutorial, i followed along with thebracket's [_roguelike tutorial - in rust_](https://bfnightly.bracketproductions.com). the notes i made during the sprint are being kept below for posterity - further changes since then are noted in [changelog.txt](https://github.com/Llywelwyn/rust-rl/blob/9150ed39e45bee536060cdc769d274e639021012/changelog.txt), and in the release notes. +i'm also working on translating over my progress into blog entries on my site @ [llyw.co.uk](https://llyw.co.uk/), with a larger focus on some of the more interesting implementation details. + ---