Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 519 Bytes

jtrfp

This project provides java tools and file parsers for Terminal Reality games. It is intended to be used in other game projects like the following.

Read futher documentation here.

Maven usage

Just add the following snippet to your POM.

<dependency>
  <groupId>org.jtrfp</groupId>
  <artifactId>jtrfp</artifactId>
  <version>0.1.0</version>
</dependency>