Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.49 KB

Rogueward Bound

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.

Full View

Full View

Narrow View

Narrow View

Give it a try by clicking here.

Instructions/Rules

  1. BOSS -- the MF that you have to beat to win the game ;)
  2. MINION -- the boss's henchmen. Fight the henchmen to earn XPs
  3. PLAYER -- this is you
  4. HEALTH -- to earn health points
  5. CHEST -- to earn atk points
  6. SCROLL -- to see the dungeon in full view

Note: You need a big screen to play this game.

Shortcuts and bindings

  • Q -- Exit the game
  • Arrow Keys or WASD -- to move player

Ubuntu Prerequisites

  1. Love2d
  2. Lua
  3. Make
  4. Love2d Support (optional)

Playing the Game

To start and play the game, use the following command in your terminal:

$ make run

VSCode (Optional)

  1. Open main.lua first.
  2. Press Alt + L

Note: Ensure that the file path in the extension settings matches your OS.