2026-02-22 21:46:12 +01:00
2026-02-18 09:13:00 +01:00
2026-02-22 20:37:05 +01:00
2026-02-22 21:46:12 +01:00
2026-02-22 20:37:05 +01:00
2026-02-04 11:40:15 +01:00
2026-02-04 11:40:15 +01:00
2026-02-22 20:59:20 +01:00

Terminal Game

A multiplayer terminal-based game built with Java, utilizing WebSockets for communication and Lanterna for the text-based user interface.

Project Structure

  • game: Client application (TUI).
  • server: WebSocket server.
  • common: Shared libraries and logic.

Requirements

  • Java 25
  • Maven

How to Run

  1. Build the project:

    mvn clean install
    
  2. Start the server:

    mvn compile exec:java -pl server -am
    
  3. Start the client (in a new terminal):

    mvn compile exec:java -pl game -am
    
Description
Lost in a cave
Readme 70 MiB
Languages
Java 100%