Skip to content

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

Notifications You must be signed in to change notification settings

eddiemuc/geocaching-mystery-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages