Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hexworks/caves-of-zircon

A roguelike tutorial project using Zircon which is a spiritual successor of Caves of Clojure and Trystan's roguelike tutorial.
https://github.com/hexworks/caves-of-zircon

demo java kotlin roguelike zircon

Last synced: about 4 hours ago
JSON representation

A roguelike tutorial project using Zircon which is a spiritual successor of Caves of Clojure and Trystan's roguelike tutorial.

Awesome Lists containing this project

README

        

# Caves of Zircon

## Usage

You need to install *Java* (JDK) on your computer before you can build Caves of Zircon.
Alternatively you can use one of the releases [here](https://github.com/Hexworks/caves-of-zircon/releases) for
which a JRE will suffice.

This is how you run Caves of Zircon:

```java
git clone https://github.com/Hexworks/caves-of-zircon.git
cd caves-of-zircon
./gradlew clean build
java -jar build/libs/caves-of-zircon.jar
```

Happy hunting!