wordssh

command module
v0.0.0-...-b860b7a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2024 License: MIT Imports: 18 Imported by: 0

README

WordSSH

Play wordle via ssh and earn points

How to run the server

  1. Clone the project and cd into the directory
  2. Run go mod tidy to fetch the dependecies
  3. Run go build to build the project

You will have a binary called wordssh. Run that to start the server.

The server will run on localhost:23234 by default. To change that, you can edit lines 28 and 29 of main.go

How to connect to the server

Run ssh <server ip> -p <server port> (You must have a SSH private/public key pair)

To generate one you can run ssh-keygen and follow the steps.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL