https://github.com/noetarbouriech/go-jitsu
A remake of the Card-Jitsu minigame from the game Club Penguin in Go
https://github.com/noetarbouriech/go-jitsu
club-penguin go lipgloss ssh
Last synced: 2 months ago
JSON representation
A remake of the Card-Jitsu minigame from the game Club Penguin in Go
- Host: GitHub
- URL: https://github.com/noetarbouriech/go-jitsu
- Owner: noetarbouriech
- License: mit
- Created: 2023-02-03T15:19:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:19:42.000Z (about 2 years ago)
- Last Synced: 2025-02-11T11:54:14.310Z (4 months ago)
- Topics: club-penguin, go, lipgloss, ssh
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐧 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):
```bash
docker build . -t go-jitsu-serverdocker run -p 3000:3000 go-jitsu-server
```Connect to the server with ssh:
```bash
ssh ssh://localhost:3000# or if you want to change your username:
ssh ssh://@localhost:3000
```# Libraries used
> Mainly the libraries developed by [Charm.sh](https://charm.sh/).
- UI lib -> [Bubbletea](https://github.com/charmbracelet/bubbletea)
- UI styling -> [Lipgloss](https://github.com/charmbracelet/lipgloss)
- UI flexbox for Bubbletea -> [Stickers](https://github.com/76creates/stickers)
- SSH server -> [Wish](https://github.com/charmbracelet/wish)