From ee85711741f11814b5e8ada637a2bab0fca3c5ae Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Thu, 20 Jan 2022 11:00:50 -0600 Subject: [PATCH] Update worklog 1/20/22 --- spec.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec.txt b/spec.txt index d68641f..3ef09de 100644 --- a/spec.txt +++ b/spec.txt @@ -127,3 +127,10 @@ language I've ever seen. Guess I'm a Rust person now, ain't never gonna learn C+ on the rust branch, getting the parser working was easy as pie. Rust (despite having closures and algebraic data types) can just compile down to a static library so I'm going to do that instead of the peg/leg mess. If nothing else, finding this library and Rust itself just made this whole project worth it. + +1/20/22 + +Okay this project is taking a really long time. At this point it was really just an excuse to learn Rust but now it's finally time +to make this into a game! Up next is GODOT, it's that time now. Really got to take care of business. Rust stuff is done and somewhat +in, I've left the old library for now. Also the "rust-ffi-demo" should really just be the CLI program now, but it's missing the game +logic. I've decided the library won't handle that anyway, I'll try and make the library just read the stories and handle the pages.