Skip to content

derailed/hangman

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cmd
 
 
 
 
k8s
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go Report Card

Hangman Istio Style

This is an implementation of the traditional game of Hangman. This application is broken into 3 separate web services:

  • Dictionary
  • Game
  • Hangman

This application is driven via a CLI which connects to the Hangman service and tracks game progress and status.

The demo is deployed via Kubernetes and leverages an Istio service mesh to orchestrate the cluster. Inter-service communication can be dialed in by injecting envoys policies in the cluster.

The CLI connects to the Hangman service to start new games and issue guesses. The game service tracks the game state as a user takes turn to guess a word. Words are provided by the dictionary service which loads a collection of words from disk and selects random words to guess.


© 2018 Imhotep Software LLC. All materials licensed under Apache v2.0

About

Hangman sample written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published