New To Game Designing
Yesterday my father taught me how to use a dictionary. It's pretty handy to use.
Yeah, I wish a lot more people around here could use a dictionary!
Howling Moon Software - CrayonBall for Mac and iPhone, Contract Game Dev Work
i fynd thee jennerul levvel ov literarsee arownd hear too bee kwite reazonabull
I meant in programming.
You can use it to make the program remember things and what he has to do when he sees it.
example: Dictionary<string, string> questionAndAnswer0 = new Dictionary<string, string>();
questionAndAnswer.Add("-Key-", "-Value-")
if (questionAndAnswer.ContainsKey(answer0))
Console.Writeline[answer0];
I made a few mistakes, but this is what i meant.
(It's C#)
You can use it to make the program remember things and what he has to do when he sees it.
example: Dictionary<string, string> questionAndAnswer0 = new Dictionary<string, string>();
questionAndAnswer.Add("-Key-", "-Value-")
if (questionAndAnswer.ContainsKey(answer0))
Console.Writeline[answer0];
I made a few mistakes, but this is what i meant.

(It's C#)