Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 755 Bytes

🐧 go-jitsu

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.