๐Ÿง go-jitsu

March 6, 2023 ยท View on GitHub

A remake of the Card-Jitsu minigame from the game Club Penguin in Go using ssh.

How to start

With docker (using port 3000):

docker build . -t go-jitsu-server

docker run -p 3000:3000 go-jitsu-server

Connect to the server with ssh:

ssh ssh://localhost:3000

# or if you want to change your username:
ssh ssh://<your username>@localhost:3000

Libraries used

Mainly the libraries developed by Charm.sh.