Posts
All the articles I've posted.
Setting up my blogging environment
Published: at 12:00 AMHow I set up my environment to work seamlessly with Obsidian
How I wrote Minesweeper in Go in under 200 lines of code
Published: at 12:00 AMHow I wrote a simple Minesweeper game in Go in under 200 lines of code. Learn how to create a text-based game, use slices and loops, and handle user input in a fun and interactive way.