Please sign in to access this page
A text based dungeon adventure game written in python. Now available on PyPI.
phoebe
Check their project out: News-Room
Abū al-Barāʾ
Check their projects out: Image Compressor, Typing Speed Test, QR Code Scanner, Moaz Video Downloader, QR Code Generator, Hangman Code Generator, Text Transformer, Text to voice converter, Text to Handwriting Converter, Currency Convertor , Python Learning Website, Moaz Website generator, Pac Man Game, Beautiful Chess
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added instructions / introduction text. Also display health and energy upon escaping the dungeon. Increased chances of swords dropping from zombies. Now accept ENTER key to continue.
Change continue onwards prompt to ask again if input is not recognised. Re-word startup message.
WE'RE ON PYPI!! This is the first project I've ever uploaded to PyPI. You can install the game with pip now!
Added another room type, added winning by doing a certain amount of levels, among other minor improvements
Added a lot, including more rooms, more colored outputs, and another interaction for after each room.
Added more rooms, moved game into it's own class. Added resting system to restore health and energy.
Created the basic outline of the game with a player class with health and energy, as well as a room full of monsters.