https://github.com/bndw/wordle
ssh wordle.bdw.to
https://github.com/bndw/wordle
ssh wordle
Last synced: over 1 year ago
JSON representation
ssh wordle.bdw.to
- Host: GitHub
- URL: https://github.com/bndw/wordle
- Owner: bndw
- License: agpl-3.0
- Created: 2022-02-19T18:52:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T16:40:33.000Z (over 4 years ago)
- Last Synced: 2025-02-05T09:53:51.953Z (over 1 year ago)
- Topics: ssh, wordle
- Language: Go
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wordle over SSH
Play Wordle over SSH!
```
ssh wordle.bdw.to
```
## Run locally
To run the server locally on :2222, first generate a PEM file `key.pem` in this directory and then run:
```
make build run
```
From another terminal, connect:
```
make ssh
```