Tag: Go
All the articles with the tag "Go".
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.