C# Class Fun.Hangman

Inheritance: Function
Show file Open project: MatthewCox/MoronBot

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
Hangman ( ) : System

Private Methods

Method Description
BadGuessIndicator ( ) : string
GetScore ( string user ) : string
Guess ( BotMessage message ) : string
GuessList ( ) : string
GuessSingle ( char guess, string user ) : string
GuessWord ( string guess, string user ) : string
IncrementCorrect ( string user, int amount ) : void
IncrementFinalLetter ( string user, int amount ) : void
IncrementIncorrect ( string user, int amount ) : void
IncrementWord ( string user, int amount ) : void
LastRoundSummary ( string user ) : string
LoadWords ( ) : void
ProgressString ( ) : string
SaveWords ( ) : void
Start ( ) : void
Stop ( ) : void
StoreLastRound ( ) : void
VisibleWord ( string word, List guesses ) : string
WordLength ( ) : string
WordOrPhrase ( string stringToTest ) : string

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

Hangman() public method

public Hangman ( ) : System
return System