Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 975 Bytes

Introduction

This repository contains a collection of various Geocaching Mystery Tools and classes. I coded those over time as little helpers to solve various mysteries.

Code is provided as-is without any warranties or promises.

The repository code is not maintained regularly, and often I coded certain methods only until the concrete mystery was solved. So alas I can't judge for everything to work correctly. However, it may serve some people good which is why I decided to publish it anyway.

Structure

This is a standard Java project with usual structure:

  • Main code is located at src/main/java
  • Test code is located at src/test/java

The project should be importable and understandable by any standard Java IDE.

Build

Code uses gradle as its build tool. You can use the usual gradle commands on it e.g.

  • gradle test to compile and run unit tests
  • gradle jar to build a library jar

Releases

There are no releases available or maintained.