by DilloDude » Thu Feb 02, 2006 9:05 am
Also, I have an idea for a game to make. First I need to have a text box which I can type text in, using just letters and spaces (to simplify it), and the text entered will be set to a string variable.
To be more specific, I want to make a game like HangMan, where one person writes a word, then It is displayed as dashes on the screen. Another player chooses a letter, and if that letter is in the string, it will be added in all the places where one is. If it is not in the string, it will be displayed below, and the animpos of the gallows will increase. If I can get this working, it would be a gould travel game for something like a pocketPC or smartphone device.
Any suggestions would be greatly appreciated.