Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulpls/rpg-prototype

Simple role-playing game prototype for the LÖVE framework
https://github.com/paulpls/rpg-prototype

2d-game game-design game-development gamedev love2d love2d-framework rpg rpg-game rpg-games top-down-game

Last synced: 18 days ago
JSON representation

Simple role-playing game prototype for the LÖVE framework

Awesome Lists containing this project

README

        

![screenshot](assets/img/screenshot.png)

# RPG
Author: [paulpls](https://github.com/paulpls)
License: [GPL 3.0](LICENSE.md)

## About
A simple RPG prototype for the LÖVE framework, created as proof-of-concept.

Currently a work in progress.

## How to Play
Use the arrow keys to explore the world around you. Interact with NPCs and the surrounding environment by pressing the spacebar.

## Installation & Runtime
### Linux (Mac too I guess)
- Install [LÖVE](https://www.love2d.org)
- Clone the repo and `cd` into it
- Run `love .`
### Windows
- Install [LÖVE](https://www.love2d.org)
- Clone the repo or download the repo .zip and extract it
- Open `cmd.exe` and run `C:\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

## Controls
| Input | Description |
|:----------:|:-------------|
| Arrow keys | Move player |
| Spacebar | Interact |
| q, ESC | Quit |
| j, k | Health -/+ |
| z | Toggle zoom |

## License Information

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 .

**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.