Yet Another Rouguelike Dungeon Crawler
A downloadable thing
YARDG!!!!
This is your classic rogue like dungeon crawler with a boss fight every 10 levels.
There are only 2 bosses and they are both pretty lame for now...
The music that is played throughout the game should really be the menu one, but for now you'll keep this.
Bananas are upgrades and bonuses, everything else is an enemy.
Reach the stairs to get to the next level.If they appear blocked, you'll have to kill every enemy in the room first.
There's a boss-maker.py that allows you to graphically create boss rooms, if you end up making something send it to me and i'll credit U!
Obviously everything is open source and under the GNU GPLv3 , but if you end up modding/republishing the game please consider mentioning this page, it would be absolutely amazing of you <3
Status | In development |
Author | umanochiocciola |
Genre | Adventure, Role Playing |
Made with | pygame |
Tags | Dungeon Crawler, Open Source, Pixel Art, Roguelike, Singleplayer |
Code license | GNU General Public License v3.0 (GPL) |
Asset license | Creative Commons Attribution_ShareAlike v4.0 International |
Average session | A few minutes |
Inputs | Keyboard |
Links | YouTube |
Download
Install instructions
Download & extract the .zip
To play the game, launch
game.py
with python
Requirements:
python 3.8+
pygame (installed via pip, search online how to do that)
that's all! If you need help on fulfilling the requirements, there are tons of tutorials on how to install both Python (if you're on windows make sure to add it to PATH) and pygame on Windows and Mac
If you are on Linux, you probably already have python, so you just need to type
pip3 install pygame
Development log
- Polishing up!Jan 23, 2022
- Yet another boss and music piece!Jan 08, 2022
- Menu and saving!Jan 06, 2022
- New boss + new music!Jan 04, 2022
- First Boss + Fixes!Jan 03, 2022
- Gameplay patch!Jan 03, 2022
- First patch!Jan 01, 2022
Leave a comment
Log in with itch.io to leave a comment.