Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paulpls/rpg-prototype
- Owner: paulpls
- License: gpl-3.0
- Created: 2023-05-26T04:55:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-14T01:24:19.000Z (over 1 year ago)
- Last Synced: 2024-10-31T04:24:29.856Z (2 months ago)
- Topics: 2d-game, game-design, game-development, gamedev, love2d, love2d-framework, rpg, rpg-game, rpg-games, top-down-game
- Language: Lua
- Homepage:
- Size: 704 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.