Skip to content

jtrfp/jtrfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>