Dungeon of Lorz
About
Dungeon of Lorz is a 64x64 hack-n-slash game for lowrezjam 2021, where Lorz = low rez 🙂. Collect coins in the dungeon, upgrade, and delve into the dungeon again!
Powered by my own WebGL rendering library: https://github.com/andykswong/mugl
(Very hacky) Source Code: https://github.com/andykswong/lowrezjam2021
Features:
- Fight against 16 enemy types and 4 miniboss encounters.
- Spend coins to unlock additional characters and upgrades.
- Knight: You start with the good old knight. Can wield shield. Can upgrade to better weapon and armor.
- Rogue: Move and hit fast, but weaker. Can wield a bow.
- Mage: Low HP but high damage. Starts with a fire staff. Unlock the ice staff to freeze enemies. The priest mode gives you a short-ranged, high damage holy spell attack, with faster HP recovery.
- Knight: You start with the good old knight. Can wield shield. Can upgrade to better weapon and armor.
Control:
- WASD or arrow keys to move / select upgrades
- E or Enter to attack / start / restart game
- Q to block / buy / equip upgrades
Gamepad Support (only Xbox controller is tested):
- Left stick to move / select upgrades
- A to attack / start / restart game
- B to block / buy / equip upgrades
Lowrezjam Authenticity:
- To meet the 64x64 resolution requirement of lowrezjam 2021, the game is rendered using WebGL with a 64x64 drawing buffer and antialias set to false. The canvas is then upscaled to 256x256 using CSS, with style: image-rendering: crisp-edges; image-rendering: pixelated;