Tag: game-development
All the articles with the tag "game-development".
-
Learn Rust by Making Minesweeper - Part 1: Types
In this series, I attempt to learn Rust by building a simple Minesweeper game. This first part covers the basics of Rust types, including scalar and compound types, and how they are used in the context of the game.