
Dice Dungeon
A downloadable game
Dice Dungeon
Dice Dungeon is a small, terminal-based, retro RPG roguelike dungeon crawler made in Python.
You play as an adventurer who decides to explore a dungeon.
You roll a die to decide how many tiles you move, how much damage you deal, and how good your defense is.
Thing to be added
- Better guide
If you have any issues or ideas for something to add, please leave a comment or open an issue on GitHub.
How to start the game
To start the game, just run the .bat file on Windows or the .sh file on Linux, macOS, and BSD.
If that doesn’t work, open a terminal in the directory and run the Main.py file with Python.
Use this command:
python Main.py
You need to have Python installed to play the game.
On Linux and macOS, it is assumed that Python is already installed.
On Windows, the .bat file will try to install Python if it isn’t installed.
Mod support
You can easily make mods. Just look at the example mod that is provided.
AI disclosure
I’m not a fan of image gen AI but I do use LLMs for coding but most of the code is still self writen
AI was used to make parts of the game, including:
- Mod loader
- Map
- Items
- Temporary enemy stats
- And other components
Note
The game has not been tested on Windows and macOS
github link
| Updated | 10 days ago |
| Status | Prototype |
| Author | LukasDerBaum42 |
| Genre | Role Playing |
| Tags | Dungeon Crawler, Retro, Roguelike, Turn-based |
| Asset license | Creative Commons Attribution_NonCommercial_ShareAlike v4.0 International |
| AI Disclosure | AI Assisted, Code, Text |
Download
Install instructions
First unzip the zip file
Open the Dice_Dungeon folder
To start the game, just run the .bat file on Windows or the .sh file on Linux, macOS, and BSD.
If that doesn’t work, open a terminal in the directory and run the Main.py file with Python.
Use this command:
python Main.py
You need to have Python installed to play the game.
On Linux and macOS, it is assumed that Python is already installed.
On Windows, the .bat file will try to install Python if it isn’t installed.