Runners Initiative manager v2
A new approach
Jul 28, 20236 min read202

Search for a command to run...
Articles tagged with #rust
A new approach

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 similar app many years ago using Jquery mobile and PhoneGap, and since these technologies have been d...

Learning rust by creating minesweeper part 2

Learning rust by creating minesweeper

Embedding rust in a website to show the wordle game

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 implement this. In order to do so, we need to add a new iterator that will keep track of each lette...
