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.
- Host: GitHub
- URL: https://github.com/eddiemuc/geocaching-mystery-tools
- Owner: eddiemuc
- Created: 2022-10-07T17:32:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T07:22:19.000Z (over 2 years ago)
- Last Synced: 2025-01-29T17:14:34.667Z (5 months ago)
- Topics: geocaching, mystery, tools
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.