Mysterious Potato Dungeon
A downloadable game for Windows, macOS, and Linux
Welcome to the Buggo world!
In this short game inspired by a certain monster dungeon-crawler, you are transformed into a Buggo and must explore the mysterious dungeon inside the World-Ending Potato to discover who you are and why you're here. What does fate have in store for you? Only one way to find out!
Debug Commands
Saving unfortunately could not be implemented due to issues with the version of the engine this game was made with, so in lieu of that, the Debug Console has been left in the builds. You can access it by pressing the ~ key. Any RPG in a Box function will of course work, but the ones you'll want to use in the event of a painful demise are:
give_item(item_id, count) load_map(map_name, player_coord, player_direction)
Valid item IDs are: ITEM_0001, ITEM_0002, and ITEM 0003.
Valid map names are: intro, dungeon_1, dungeon_2, dungeon_3, dungeon_4, dungeon_5, dungeon_boss, and ending.
As an example, execute the following lines to give yourself a maxed out inventory and go straight to the boss:
give_item("ITEM_0001", 999); give_item("ITEM_0002", 999); give_item("ITEM_0003", 999); load_map("dungeon_boss", coord[0, 0, 0], SOUTH);
Congratulations! Now you now how to cheat overcome engine limitations play the game in a totally valid and intentional way!
Credits
PROGRAMMING, MODELS, & NARRATIVE
Alex Garbus
CHARACTER DESIGN
Candle the Cat
MUSIC
"Adventures in Adventureland", "Ascending the Vale", "Grim Idol", "Take a Chance"
Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
Status | Released |
Platforms | Windows, macOS, Linux |
Author | Alex Garbus |
Genre | Role Playing |
Made with | Audacity, RPG in a Box |
Tags | Dungeon Crawler, Funny, Global Game Jam, Meme, Parody, Roguelike, Short, Singleplayer, Voxel |
Average session | About a half-hour |
Languages | English |
Inputs | Keyboard, Mouse, Gamepad (any) |
Links | Global Game Jam |
Leave a comment
Log in with itch.io to leave a comment.