https://github.com/pacna/rogueward-bound
Dive into the depths of an engaging roguelike dungeon crawler, crafted with Lua and fueled by the dynamic Love2d game engine.
https://github.com/pacna/rogueward-bound
love2d lua
Last synced: 20 days ago
JSON representation
Dive into the depths of an engaging roguelike dungeon crawler, crafted with Lua and fueled by the dynamic Love2d game engine.
- Host: GitHub
- URL: https://github.com/pacna/rogueward-bound
- Owner: pacna
- License: mit
- Created: 2022-08-13T19:30:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T21:05:47.000Z (over 1 year ago)
- Last Synced: 2024-01-17T10:43:10.577Z (over 1 year ago)
- Topics: love2d, lua
- Language: Lua
- Homepage: https://pacna.github.io/rogueward-bound/
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rogueward Bound
Dive into the depths of an engaging roguelike dungeon crawler, crafted with Lua and fueled by the dynamic [Love2d](https://love2d.org/) 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

### Narrow View

Give it a try by clicking [here](https://pacna.github.io/rogueward-bound/).
## 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](https://launchpad.net/~bartbes/+archive/ubuntu/love-stable)
2. [Lua](https://www.lua.org/download.html)
3. [Make](https://www.gnu.org/software/make/)
4. [Love2d Support](https://marketplace.visualstudio.com/items?itemName=pixelbyte-studios.pixelbyte-love2d) (optional)## Playing the Game
To start and play the game, use the following command in your terminal:
```bash
$ 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.