Hangyman
A Discord bot that turns the classic Hangman word game into a multiplayer experience on a server. Built during my apprenticeship.
Hangyman took the classic word game Hangman off the command line and onto a Discord server, so a group could play it together. I built it on my own initiative during my apprenticeship.
How it works#
The game logic is in Python — reading letter-by-letter guesses, scoring wrong
ones, handling the word list, and deciding win or loss. The interesting part was
the migration: I refactored a local CLI script into an event-driven bot on top
of discord.py, handling asynchronous events so several people could play at
once without the game tripping over itself. Most of the work was debugging the
edge cases myself — odd state transitions and invalid inputs that only show up
once real people are typing.
Next, have a look at
DecisionGuru: Stocks-vs-ETF Decision Engine
A Swiss tax-aware tool that answers one question for every holding — am I better off in this stock, or in an ETF? It has measurably sharpened my own investing and keeps generating real returns for me.
PDFChef
A local-first, in-browser document workspace where you drag individual pages across sources into entirely new documents — and export, with no round-trips to a server.