Skip to content

Gword is a web app that generates all possible combinations of letters that make up an english word when provided by a set of letters and a limit. It is written in Go and utilizes Websockets.

Notifications You must be signed in to change notification settings

RobinCheptileh/gwordapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gword

Synopsis

Gword is a web app that generates all possible combinations of letters that make up an english word when provided by a set of letters and a limit. It is written in Go and utilizes Websockets.

See it in action on Heroku

Example

When you input a set of letters say robin with a limit of 3, the results would be:

1. ROB
2. ORB
3. NOR
4. OBI
5. RIB
6. BIO
7. BON
8. ION
9. BIN
10. NIB

Motivation

You guessed it, 4 Pics 1 Word ofcourse! 😜

Contributors

  • @RobinCheptileh
  • @adhiambooyier

About

Gword is a web app that generates all possible combinations of letters that make up an english word when provided by a set of letters and a limit. It is written in Go and utilizes Websockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages