Configuring Vim and dotfiles —
I switched to Neovim some years ago and have really enjoyed working with it ever since.
Flow is one of the main reasons why.…
Mar 9, 2024
Implementing the Uno card game in Rust —
After having implemented the Uno card game in Python, I decided to rewrite it in Rust.
Rewriting Uno in Rust has taught me a lot, as Rust forces you define objects and their interactions more clearly, and encourages you to keep them as simple as possible.…
Implementing the Uno card game in Python —
A friend of mine recently implemented the card game Uno as a programming exercise in Python and asked me for feedback.…