I like meditative puzzle games like Minesweeper, and decided to make my interpretation of that game, but with a spherical board where each board tile is determined by a Voronoi algorithm.<p>To make the game more challenging, beside the number of tiles and density of mines, I added several ways to pl...
Stories by iafan
Sometimes I want to run a shell command but don't remember the exact syntax. There are apps that aim to resolve that, as well as AI integrations into shells (like iTerm).<p>I thought there have to be an easier way to achieve this. And it turns out, there is (at least on zsh / macOS). It&#x...