An open API service indexing awesome lists of open source software.

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

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
```