Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)