Skip to content

noetarbouriech/go-jitsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐧 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published