Dark Adventure (TinkerSpider)
About
Well, here it is:
Dark Adventure, a sound only Dungeon Crawler i made for a blind friend of mine in Python around the opensource espeak-ng voice synthesizer
The maps in this dungeon are randomly generated, there are 9 levels in this game, with each level having progressively more floors
At start you can select to play as a Barbarian, Rogue, Brute or Wizard, when quitting the game, the game state will be stored for a next session
I came up with 75 different enemies and 25 different useable items
To install on Linux:
open a terminal and install the speech synthesizer with 'sudo apt install espeak-ng'
after that doubleclick on the downloaded .deb file to install the game itself, it will make a menu entry
To install on Windows:
Use both the espeak msi and DarkAdventure exe installers
Feedback for improvements is welcome :)