Computer Science Canada Project is a No Go |
Author: | TuringT3RMINATOR [ Tue Dec 09, 2014 4:29 pm ] |
Post subject: | Project is a No Go |
What is it you are trying to achieve? I am currently working on this mini-assignment I have set myself with and I am trying to design a little game of Hangman. What is the problem you are having? I currently have the beginning where the user will be able to to input a phrase that will remain hidden for the second user to guess what that phrase is. When you press enter after the first user is done inputting the phrase the screen clears and it shows the underscores like normal hangman would be but now im stuck on the part where the second user types a letter to see if it is in the phrase or not and if he/she gets that letter correct it does not remove the underscore and place that letter in its correct place. The program just crashes after user tries to input a character. Please specify what version of Turing you are using I am currently using Turing 4.1.1 |
Author: | Insectoid [ Tue Dec 09, 2014 8:36 pm ] |
Post subject: | RE:Project is a No Go |
It's impossible to figure out why your program is crashing without seeing the code or at least the error message it generates. |