7even Day R@guelike (2019)
About
My entry for the 2019 7DRL.
Controls:
- Move with Arrow Keys
- move into creatures to attack
Survive as long as you can in the dungeon. Items picked up will replace current items if they are better. The old item will be discarded.
Notes:
The challenge I embarked on was to see if I could strip RPG Maker MV down to it's barest essentials and develop a simple vanilla roguelike with it by replacing some the core systems. I was able to achieve the following:
- turn-based movement
- on-map combat
- on-map item pickups
- procedural dungeons
- procedural monster and item placement
- field of view and line of sight
- permadeath
It's not as polished as I would have liked, but I think it can safely be called a roguelike.