#rust
Read more stories on Hashnode
Articles with this tag
A new approach · After struggling for some time with my previous Tauri app, trying to get it to stability connect to Surrealdb I have finally had to give...
For the next project, I want to create a Tauri app to manage initiatives for one of my all-time favourite roleplaying games "Shadowrun". I created a...
Learning rust by creating minesweeper part 2 · Following up on my last article on building the minesweeper game we will now create the UI for the game....
Learning rust by creating minesweeper · For the next exercise, I want to create the classic game MineSweeper in Rust. Microsoft MineSweeper was included...
Embedding rust in a website to show the wordle game · Following up on the articles about building a wordle implementation in Rust I also wanted to...
In my last post, there was a small bug that needs to be corrected. Until now the game has not counted the number of unique letters that match so let's...