๐ก๏ธRogue Slayer - Text RPG
A downloadable game for Windows
text-based RPG where the goal is to explore dungeons, battle bosses, and level up to take on the Dark Overlord. The game features a isomorphically generated dungeon key system for a varied experience every time.
- Dungeon Exploration ๐ฐ
- Use Dungeon Keys ๐ to unlock themed dungeons (Fire, Ice, Earth, Lightning).
- Dungeons are generated each time a key is used. This means new layouts, enemy placements, and loot drops for each dungeon.
- Defeat mobs ๐พ,and face the related Dungeon Lord of each dungeon theme to earn a unique gear drop, and collect Pages ๐ to progress the narrative and unlock the Final Dungeon.
- How Dungeons Work ๐
- Dungeon Keys are required to enter dungeons and each key type opens a unique dungeon (e.g., Fire Dungeon).
- Keys are used to generate independent dungeon instances, meaning every dungeon run will have a different layout and content. Keys can also be sold.
- The dungeon system runs parallel to the main menu loop—choose a key, enter a dungeon, explore, collect loot, then return to the main menu for other actions.
- Loot & Progression ๐ฐ๐
- Defeat enemies and bosses to collect gear (weapons, armor), consumables ๐, and new Dungeon Keys ๐.
- Loot helps boost attack โ๏ธ and defense ๐ก๏ธ.
- Gain XP from battles to level up, increasing HP, Attack, and Defense. Unlock Special Abilities ๐ to use in combat.
- After collecting 5๐pages, ๐ Final Keys can be acquired with gold or dropped by mobs.
- Achievements๐ are unlocked by reaching specific milestones, such as defeating bosses, collecting gold, and leveling up.
- Achievements are unlocked by reaching specific milestones, such as defeating bosses, collecting gold, and leveling up.
- Shop & Rest Mechanics ๐๐
- Visit the shop to buy and sell items.
- Use the rest option to recover HP between dungeon runs.
- Final Challenge ๐
- After collecting enough Pages ๐, access use the ๐Final Key to open the rift gate to the Final Dungeon to face the Dark Overlord.
Quick Guide ๐
- Collect Keys: Gather Dungeon Keys ๐ to open dungeons.
- Explore & Fight: Enter dungeons, defeat enemies, and collect loot.
- Progress & Prepare: Level up, upgrade gear, and explore the overworld.
- Defeat the Dark Overlord: Unlock the Final Dungeon, defeat the ultimate boss, and complete the game.
Published | 12 days ago |
Status | Released |
Platforms | Windows |
Author | mcjdh |
Genre | Role Playing, Adventure |
Tags | Dungeon Crawler, Roguelike, Roguelite, Short, Text based |
Install instructions
game works "out of box" - download "rogueslayer1.0.exe" and run to begin.
game is built using 4 .py files:
main.py game.py entities.py utils.py
to compile the game yourself:
- have python, pyinstaller, and pip colorama library installed to your compiling terminal.
- extract "rogueslayer1.0_sourcecode.zip" .py files to one folder.
- run command "cd folderlocation" of where you put .py files to go to its location in terminal.
- run command "pyinstaller --onefile main.py"
- play game with .exe generated in dist folder
Leave a comment
Log in with itch.io to leave a comment.