An open API service indexing awesome lists of open source software.

https://github.com/eddiemuc/geocaching-mystery-tools

A collection of Geocaching Mystery Tools and classes - coded as little helpers while solving various mysteries.
https://github.com/eddiemuc/geocaching-mystery-tools

geocaching mystery tools

Last synced: 3 months ago
JSON representation

A collection of Geocaching Mystery Tools and classes - coded as little helpers while solving various mysteries.

Awesome Lists containing this project

README

        

# 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.