Todays’ exercise was Developer Privileges (C#). Not much to say except getting the syntax just right was way too fussy.

I had some time left, and I noticed I had 2048 on my list. I also have the book “The Big Book of Small Python Projects“, by Al Sweigart which has a 2048 program in the text. I was thinking of adapting that and knocking something off the list. However, I wanted something smaller today.

While leafing through the book, I saw the 3D maze program. I always wondered how that worked. I also looked at the 2D maze listing before it. They wanted to read a maze from file. I would much prefer generating one. I saw Javidx9 make one a few years back on Youtube. I decided to try recreating it from memory in Python. Todays image is the result, I think it is correct.