Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwalbe-t/luwest
A 2D top-down open-world adventure game.
https://github.com/schwalbe-t/luwest
Last synced: 3 days ago
JSON representation
A 2D top-down open-world adventure game.
- Host: GitHub
- URL: https://github.com/schwalbe-t/luwest
- Owner: schwalbe-t
- License: mit
- Created: 2024-07-07T15:18:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:35:27.000Z (6 months ago)
- Last Synced: 2025-01-21T07:43:27.948Z (12 days ago)
- Language: Java
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luwest
A 2D top-down adventure game written in Java and Kotlin.
*Might never be completed :) work in progress.*### Building and Running
This project may be built from source using Maven by running:
```
mvn clean compile kotlin:compile assembly:single
```
This produces a runnable `luwest.jar` in the `target`-directory, which may be executed by running:
```
java -jar target/luwest.jar
```