ssh siliconvalleytrail.xyzClone the repository and set up the project:
- Clone the repository:
git clone https://github.com/jwc20/svt- Navigate to the project directory:
cd svt- Build the application:
Using Go modules:
go build -o svt cmd/sshOption 1: Run the built binary
./svtOption 2: Run directly without building
go run ./cmd/sshAfter starting the server, connect to it using SSH:
ssh localhost -p 23234
# or with a username
ssh player_name@localhost -p 23234demo_start_server.mov
Run the test suite with:
go test ./...└── svt/
├── README.md
├── cmd
│ └── ssh # SSH Wish Server
├── internal
│ ├── engine # Game Logic
│ ├── hackernews # Hacker News API Client
│ ├── store # SQLite Database
└── └── ui # Bubble Tea Terminal User Interface- Bubble Tea v2 — Terminal user interface framework
- Wish SSH — Secure SSH server
- Lipgloss — Terminal styling
- HackerNews Algolia API — Bonus point
- jwc20/otg
- Reimplementation of the Oregon Trail from 1978 in FORTRAN
- philjonas/oregon-trail-1978-python
- Classic Game Postmortem Oregon Trail
- 1971: The Oregon Trail
- Something Found In The Oregon Trail

