Skip to content

Files

Latest commit

9ac0182 · May 14, 2018

History

History
21 lines (13 loc) · 880 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 880 Bytes

Go North and Die

Build Status Codacy Badge CircleCI

Simple text adventure game engine in Kotlin.

Running

A hardcoded sample game can be built and then accessed via the terminal client.

./gradlew build

java -jar build/libs/go-north-or-die.jar

Tech stack: