Author: paulpls
License: GPL 3.0
A simple RPG prototype for the LÖVE framework, created as proof-of-concept.
Currently a work in progress.
Use the arrow keys to explore the world around you. Interact with NPCs and the surrounding environment by pressing the spacebar.
- Install LÖVE
- Clone the repo and
cd
into it - Run
love .
- Install LÖVE
- Clone the repo or download the repo .zip and extract it
- Open
cmd.exe
and runC:\path\to\love.exe C:\path\to\repo
or something like that - Or apparently you can just drag and drop the extracted folder onto the
love.exe
executable which is pretty cool
Input | Description |
---|---|
Arrow keys | Move player |
Spacebar | Interact |
q, ESC | Quit |
j, k | Health -/+ |
z | Toggle zoom |
Copyright (C) 2023 Paul Clayberg
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
NOTE: This project includes some libraries that are licensed under other GPL-compatible licenses, and are subject to their own copyright as defined therein. Please review each library's license for more details.