OMG, Another Dungeon Crawler!
About
Important Notes!:
- Your equipment degrades based on use and will destroy itself.
- Merchants do not sell back items.
- Your game is autodeleted and autosaved every time you exit.
- If you die, it just deletes.
- Color settings are saved after every game.
- PERIOD (as in the keyboard key .) loads a new game with the previous settings.
- Each new game causes an overwrite of the data.
- You can save MULTIPLE by renaming them and then, before launching the executable, copying the one you wish to use and naming the copy "savesettings.sav".
- Don't forget to hit PERIOD when the Main Menu loads.
- The Inventory may run into issues when the number of items reaches 27+.
- If you do not have the bag of holding, then it is programmed to not allow you any more items (as there are only 26 slots)
- If you DO have the bag of holding, then I must inform you that I am in the process of figuring out how to fix the selection issue that happens.
- I have a plan and just need to implement it, so it should be up soon! (I hope.)
Controls:
- Arrow keys to walk.
- U, J, N, H, I, M, B, and Y also take you in the 8 directions.
- N, E, S, W, NE, SE, SW, and NW respectively
- Bump into Enemies (red letters) to attack the enemies.
- Bump into Merchants (the little gold people) to open the merchant menu.
- ~/` (that means the Backquote/Tilde/Grave key) to switch between the buy and sell screen.
- In this menu, you can use ESC to close or hit the letter corresponding to the item you desire to buy/sell.
- NOTES!
- Items can NOT be purchased back from the merchants.
- Merchants appear on levels evenly divisible by five (level%5==0)
- Merchants carry a Bag of Holding:
- Bags of Holding sort the Inventory, but this only works so well... I am still working on it.
- P to pick up items and loot chests and dead creatures
- SHIFT + . (that is a Period) to descend the stairs
- S to open your stash/inventory to SELECT an item
- Use ESC to close or hit the letter corresponding to the item you desire to use.
- D to open your stash/inventory and DROP an item
- Use ESC to close or hit the letter corresponding to the item you wish to drop.
- C to open the character status screen
- ESC to close
- L to open the Message Log History
- Arrow Keys to scroll
- Page-Up/Page-Down/Home/End work here for scrolling faster
- / to look around the map with the arrow keys
- The map does not move, but visible items that are highlighted will be labeled above the message log.
Attributions: ☆*: .。. o(≧▽≦)o .。.:*☆
- ASCII Bitmap Font "oldschool" by domsson on Open Game Art was used for the letters, numbers, and a few other keyboard characters
- Menu Background Photo is by Scot Goodhart on Unsplash
- Yet Another Roguelike Tutorial - Written in Python 3 and TCOD on Roguelike Tutorials was used for learning how to do this