Please sign in to access this page

The Restless Dungeon

The Restless Dungeon Used AI

14 devlogs
5h 24m
•  Ship certified
Created by Kyle B

A text based dungeon adventure game written in python. Now available on PyPI.

Timeline

Added a new room full of skeletons, with the options to run or fight.

Update attachment

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.

Update attachment

Ship 1

1 payout of shell 52.0 shells

Kyle B

about 2 months ago

Kyle B Covers 12 devlogs and 4h 41m

Change continue onwards prompt to ask again if input is not recognised. Re-word startup message.

Update attachment

Swords dropped by zombies now decrease damage taken when fighting.

Update attachment

Fixed a few of minor issues. Added more sleeps between print statements.

Update attachment

WE'RE ON PYPI!! This is the first project I've ever uploaded to PyPI. You can install the game with pip now!

Update attachment

Added colored text to explosion room.

Update attachment

Add new room with explosives, add display for health, energy, and level / room number.

Update attachment

Make screen clear between rooms

Update attachment

Added another room type, added winning by doing a certain amount of levels, among other minor improvements

Update attachment

Added a lot, including more rooms, more colored outputs, and another interaction for after each room.

Update attachment

Added more rooms, moved game into it's own class. Added resting system to restore health and energy.

Update attachment

Added an inventory pick up system and drops for zombie room.

Update attachment

Created the basic outline of the game with a player class with health and energy, as well as a room full of monsters.

Update attachment