Skip to content

mhahnFr/SecretPathway

Repository files navigation

Welcome to the SecretPathway!

The SecretPathway is a MUD client, written in Java. It features a fully functional LPC source code editor.

Screenshots

Main View Editor

Usage

To use this client, you can download an executable or an installation image here.

To use a .jar executable, make sure you have installed a Java Runtime Environment in version 17 or higher.

You can also build it from source:

  • Clone: git clone --recursive https://www.github.com/mhahnFr/SecretPathway.git && cd SecretPathway
  • Build: ./gradlew jar (on Windows: gradlew.bat jar)
  • Run: java -jar build/libs/SecretPathway-1.0.0.jar

You can also create an installation image for your operating system by running ./gradlew deploy (on Windows: gradlew.bat deploy).

Supported protocols

Basic ANSI escape codes are supported, including 256-Bit, RGB and default colours.

The SecretPathwayProtocol (SPP) is also supported, read its documentation in the wiki.

Final notes

For macOS, an optimized version is available here.

This project is licensed under the terms of the GPL 3.0.

© Copyright 2022 - 2023 mhahnFr