Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hexworks/caves-of-zircon
- Owner: Hexworks
- License: gpl-3.0
- Created: 2018-08-11T21:18:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T11:45:45.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:54:42.604Z (18 days ago)
- Topics: demo, java, kotlin, roguelike, zircon
- Language: Kotlin
- Homepage:
- Size: 252 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!