You Are The Amulet
About
"You Are the Amulet" -- 7DRL 2022 entry.
The Amulet of Yendor -- stolen from the Wizard of Yendor in both Rogue and Nethack -- just wants to get back to the Wizard. You, the Amulet, will possess anyone who holds you, and you can have your host toss you to new creatures if you think they have something you want.
Watch out, though -- all weapons and magic items wear out with use.
If you want to play it in glorious 1280x768, clone it from GitHub! It uses only Python 3.9 and Pygame 2.1.2. Go to its folder and run
`python3 main.py`
If you want to play it in the browser, I made a cut down version that works on Trinket.io, but it seems to have problems beyond just the small viewport size. Press the "Run" button at the top of the window, and if it crashes, give it another shot.
I streamed myself playing it on YouTube. I'm not a streamer, so I apologize for not talking all the time.
This game is based on code I wrote for Advent of Code, 2021, which I then extended to form a roguelike game engine for this game. Full development logs for both the game and the game engine are here, on my blog.