Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 618 Bytes

File metadata and controls

31 lines (20 loc) · 618 Bytes

The Restless Dungeon 👾

A Text-based dungeon adventure game.

Installation

Install the game via python's package manager (pip). You will need to have python installed and pip in your path.

pip install restless-dungeon

Updates

pip install --upgrade restless-dungeon

Usage

Run the program:

restless-dungeon

AI Usage

I used AI (GitHub Copilot and ChatGPT) for coming up with the name for the game, writing a couple of the commit messages, and helping with debugging when my eyes couldn't find the problems. ChatGPT also helped me upload the project to PyPI.