A small project I've been working on for a while now. A randomly generated dungeon crawling text game, filled with loot, monsters, traps, interesting characters and quests!
(As an aside, its still early in development so most of those things aren't there yet, and if they are, it isnt very polished!)
>>> Look
You look at the Room
You opened the door to confront a room of odd pillars. Water rushes down from several
holes in the ceiling and falls through similar holes in the floor, flowing down to
some unknown depth.
You look through the Room and see...
1 ) Hole in the wall
2 ) Broken Door
3 ) Broken Crate
4 ) Rations
5 ) Back
>>> 1
You look at the Hole in the wall
A rather large hole in the wall, beyond, all you see is darkness that seems to go on forever.
Go through the Hole in the wall?
1 ) Go through
2 ) Back
>>> 1
You head through the Hole in the wall and into a room.
>>> look
You need python 3.6.x
run game_functions.py
- Randomly generated dungeon.
- Semi-randomly generated equipment(Only weapons for now), and various other things you can pick up and equip.
- Move around the different areas.
- Semi-Randomly generated monsters with stats. (Can't interact with them for now though)
- Inventory Management. (Kind of clunky, but thats mostly the menu system that I'll improve in the future)
- NPC Interaction
- Combat Mechanics
- Consumable Use
- More Item Variety
- More Monster Variety
- More Variety in General
- A Main Quest
- Side Quests
- Slightly more in-depth combat than the one I'm currently doing.
- Different Modes like, Story Mode or Endless Dungeon, etc.
All the names(Except a few) are from http://www.fantasynamegenerators.com/
Thanks for saving me an hour of thinking up of names!