Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almasb/zephyria
JavaFX Kotlin RPG using FXGL engine
https://github.com/almasb/zephyria
fxgl java javafx kotlin rpg-game
Last synced: 2 months ago
JSON representation
JavaFX Kotlin RPG using FXGL engine
- Host: GitHub
- URL: https://github.com/almasb/zephyria
- Owner: AlmasB
- License: gpl-2.0
- Created: 2015-04-19T11:31:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T21:35:37.000Z (9 months ago)
- Last Synced: 2024-05-10T22:07:56.969Z (8 months ago)
- Topics: fxgl, java, javafx, kotlin, rpg-game
- Language: Kotlin
- Homepage:
- Size: 27.1 MB
- Stars: 52
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Zephyria (Kotlin RPG) using FXGL
![Screenshot](https://raw.githubusercontent.com/AlmasB/git-server/master/storage/images/zephyria.png)
## Run
You need JDK 11+ to run the game.
```bash
mvn javafx:run
```## Package
```bash
mvn javafx:jlink
```## Current State
- [WIP demo](https://www.youtube.com/watch?v=LIV8UJAokA0)
## Contributing
- [Video guide on adding new misc items](https://www.youtube.com/watch?v=fcffiGzjLZ0)
## Resources
- [Link to FXGL source code](https://github.com/AlmasB/FXGL)
- [Link to assets and their references](src/main/resources/README.md)