diff options
author | Cara Salter <cara@devcara.com> | 2021-12-22 11:49:20 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2021-12-22 11:49:20 -0500 |
commit | e362200d1a61e3d858b69c2448928e799912db5e (patch) | |
tree | 196b748ad397f75f2f3275fde83b6166a8d8d49c /blog/february-status-update.md | |
parent | 7b455b6152c52059eec584b50d43522de4366a14 (diff) | |
download | site-e362200d1a61e3d858b69c2448928e799912db5e.tar.gz site-e362200d1a61e3d858b69c2448928e799912db5e.zip |
posts: Add legacy posts
Diffstat (limited to 'blog/february-status-update.md')
-rw-r--r-- | blog/february-status-update.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/blog/february-status-update.md b/blog/february-status-update.md new file mode 100644 index 0000000..16d1322 --- /dev/null +++ b/blog/february-status-update.md @@ -0,0 +1,16 @@ +--- +title: "February Status Update" +date: 2021-02-26 +series: + - status +--- + +Welcome back to another status update! As I write this, temperatures in Massachusetts are rising for the first time in a while, and it's just beginning to feel like spring. Given that Februrary is a shorter month, and that I've had less time to myself between school and work, I haven't had much time for my projects this month. However, I've still been working on *some* things! + +## FLL-Scoring +This month, not many new things happened. I did some pen-and-paper reworking of my design for the leaderboard, but I'm still running into issues with the scores not displaying. I also still need to figure out how best to score the matches. Right now, I've got a utility function that takes in a `MatchScore` object and runs through it to determine the score. I think this might be the best option, but I want to explore others before I commit. + +## Hakkard +Hakkard made its return this month, as I explored new ways of structuring the code. You can see my current working thoughts [here](https://git.sr.ht/~muirrum/hakkardrs). I'm working with a friend on potentially implementing state machines to manage the login and game flow, as opposed to nested loops. + +That's it for this month, hopefully March lends itself to giving me more time for side projects. |