POWDER is a roguelike game, which is not a port of an existing roguelike. It is built around replayability and long term ergonomics, not short term learning.
Changes:
Dequipping a non-equipped item no longer dequips the corresponding equipped itemslot.
Option menu has an option to disable the Action Bar to placate the churlish users out there.
If a creature misses themselves, it is no longer “Herself misses Wazerli the imp.” (Clare Boothby)
A massive refactoring of the message system has occured. In particular, I have abolished all of my stack buffers and the rotating ring of dynamic buffers in favour of dynamic memory allocation. This means I don’t have to worry about buffer overruns any more, and hopefully likewise won’t have stack overruns on the GBA anymore. No doubt in this process I’ve created more typos, however. Please report any weird text swiftly.
If you change dungeon levels while possessing a creature (like a Wizard’s Eye) and release control on the other dungeon level, you will now properly return to your previous dungeon level. (Mark Ehlke)
To aggressive refactoring made swords and clubs burn up in fire rather than just state-change. (Richard Quirk)
One new room type.
WARNING: In this release, scrolls of enchant weapon and remove curse will crash the game. So will random uncursing from gods. You are discouraged from playing this version.