Microtransaction Simulator

Microtransaction Simulator

View Stats:
"Casino" list of words
Here's a list of all of the words found in the the "Casino" mini-game.
If anyone finds any words I missed somehow( I doubt it though since I spent 2 hours figuring these out), you're free to post them below.

PHOENIX (7 Letters)
HEINOUS (7 Letters)
EQUINOX (7 Letters)
APHRODITE (9 Letters)
SALVATION (9 Letters)
EQUESTRIAN (10 Letters)
SERENDIPITY (11 Letters)
LYCANTHROPY (11 Letters)
INCONCEIVABLE (13 Letters)
METAMORPHOSIS (13 Letters)
< >
Showing 1-15 of 37 comments
GENiEBEN Sep 14, 2017 @ 12:11pm 
Here's what the game uses for Casino button.

private void Start()
{
this.word = string.Empty;
this.solvedSoFar = string.Empty;
this.usedWords = string.Empty;
List<string> strs = new List<string>()
{
"phoenix",
"aphrodite",
"equinox",
"salvation",
"metamorphosis",
"inconceivable",
"equestrian",
"lycanthropy",
"serendepity",
"heinous"
};
this.words = strs;
int num = Random.Range(0, this.words.Count);
this.word = this.words[num];
for (int i = 0; i < this.getWordLength(); i++)
{
hangmanStorage _hangmanStorage = this;
_hangmanStorage.solvedSoFar = string.Concat(_hangmanStorage.solvedSoFar, " ");
}
}
Last edited by GENiEBEN; Sep 14, 2017 @ 12:12pm
FirstRateFailure Sep 14, 2017 @ 1:06pm 
That's interesting.
Is there anything in the games code having to do with solving all the hangman words?
I see the _hangmanStorage.solvedSoFar but I've never seen any reason in game for a value like this to exist.
Future plans maybe?
gambit  [developer] Sep 14, 2017 @ 7:10pm 
Originally posted by FirstRateFailure:
That's interesting.
Is there anything in the games code having to do with solving all the hangman words?
I see the _hangmanStorage.solvedSoFar but I've never seen any reason in game for a value like this to exist.
Future plans maybe?

Yeah probably
itslydiabxtch Sep 14, 2017 @ 8:11pm 
I found "Chronological" for 13 letters
Pyro Gaming Sep 15, 2017 @ 3:34am 
I found Cemetery for 8 letters
Pyro Gaming Sep 15, 2017 @ 3:36am 
and Broccoli for 8 letters
Chrome66 Sep 15, 2017 @ 3:43am 
Inconsistent (12 Letters)
Last edited by Chrome66; Sep 15, 2017 @ 3:47am
Chrome66 Sep 15, 2017 @ 3:46am 
Bourgeoisie (11 Letters)
Dilligaf Sep 15, 2017 @ 6:19am 
Conscience (10 Ltters)
Tim Timsen Sep 15, 2017 @ 6:58am 
Baccalaureate (13)
Adjournment (11)
Last edited by Tim Timsen; Sep 15, 2017 @ 7:34am
GENiEBEN Sep 15, 2017 @ 10:25am 
Latest list:

"armageddon",
"phoenix",
"adjournment",
"equinox",
"cemetary",
"metamorphosis",
"conscience",
"equestrian",
"lycanthropy",
"serendepity",
"heinous",
"baccalaureate",
"bourgeoisie",
"broccoli",
"chronological",
"inconsistent"
BuzzardBee Sep 17, 2017 @ 2:28pm 
Cemetery is misspelled in the game. It's CEMETARY and it's wrong.
Chazz the Elder Sep 17, 2017 @ 4:52pm 
"serendepity" is also misspelled. It should be "Serendipity".
KamiNoKaze Sep 18, 2017 @ 7:48pm 
armageddon 10 phoenix 7 adjournment 11 equinox 7 cemetary 8 metamorphosis 13 conscience 10 equestrian 10 lycanthropy 11 serendepity 11 heinous 7 baccalaureate 13 bourgeoisie 11 broccoli 8 chronological 13 inconsistent 12 requisition 11 elicit 6
Esper Sep 18, 2017 @ 8:17pm 
Obfuscate 9
< >
Showing 1-15 of 37 comments
Per page: 1530 50