Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 520 Bytes

File metadata and controls

10 lines (7 loc) · 520 Bytes

nolmax's reference cli chat client

Reference CLI client that communicates with nolmax. Works as-is. GUI clients should base on the implementation of this repository.

For now, packet schemas are in ./src/main/proto and shared between projects. Might unify into a shared library soon once we deem all of those things "final".

Requirements

  • JDK 21 (or later)

Build

Simply run gradlew.bat build if you're on Windows, ./gradlew build if you are on *nix, or gradle build if you have Gradle installed already.