Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```