View Source API Reference Hangman Engine v0.1.70
Modules
Models the Hangman Game. Times out after 30 minutes of inactivity.
A supervisor that starts game server processes dynamically.
Makes processes under the top supervisor fault-tolerant. If any crashes (or is killed), it is immediately restarted and the system remains undisturbed.
A server process that holds a game struct as its state. Times out after 30 minutes of inactivity.