🌳 Evergreen thought

2022 Week 50 in Review

planted on in: Week In Review.
~303 words, about a 2 min read.

"Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code."
— Dan Salomon

Following on from last week's discovery of Ramen I went all in on the library and began following the TCOD Roguelike Tutorial which is written in Python, but why make my life easy?

ASCII Roguelike game showing the players @ about to enter a room with an Orc in it.

The Orc wonders when it will get its turn.

I managed to get up to part six of the rogue like tutorial before the end of the week. You can see the result of this in my @photogabble/go-roguelike-tutorial repository on GitHub. I currently have the code in a broken state due to the refactoring and because it has been a day since I last worked on it, I am not entirely sure why, it's most likely because the refactoring is half complete and things are missing, or pointing to places they shouldn't still be pointing.

Joke of the week

In order to understand recursion you must first understand recursion.

Notable Articles Read

Cool things from around the internet

Page History

This page was first added to the repository on February 2, 2023 in commit d20a6c0b and has since been amended once. View the source on GitHub.

  1. refactor(#304): move files into src folder
  2. feat: publish 2022 week 50 in review