Dive into the depths of an engaging roguelike dungeon crawler, crafted with Lua and fueled by the dynamic Love2d game engine. Journey through intricate mazes, face challenging foes, and embark on an adventurous experience where every step and decision shape your fate.
Give it a try by clicking here.
BOSS
-- the MF that you have to beat to win the game ;)MINION
-- the boss's henchmen. Fight the henchmen to earn XPsPLAYER
-- this is youHEALTH
-- to earn health pointsCHEST
-- to earn atk pointsSCROLL
-- to see the dungeon in full view
Note: You need a big screen to play this game.
- Q -- Exit the game
Arrow Keys
orWASD
-- to move player
- Love2d
- Lua
- Make
- Love2d Support (optional)
To start and play the game, use the following command in your terminal:
$ make run
- Open
main.lua
first. - Press
Alt + L
Note: Ensure that the file path in the extension settings matches your OS.