Computer Science Canada Parallel LED Game |
Author: | initialfresh [ Tue Jun 17, 2008 11:09 pm ] | ||
Post subject: | Re: Parallel LED Game | ||
|
Author: | initialfresh [ Tue Jun 17, 2008 11:09 pm ] |
Post subject: | Re: Parallel LED Game |
Hello, i am creating a program so that the user will first enter which LED they will try to stop the cycle on (LED 1, 2, 3, or 4 from left to right). If user input is not valid, then program should exit. If the user is successful in stopping the program on the correct LED, the program should say ?YOU DID IT!?. If they are off by one LED the program should say ?YOU JUST MISSED!?. If they are off by 2 or more LED?s the program should say ?YOU?RE WAY OFF!?. After displaying the result, the program will return to the point where the user has the opportunity to select which LED to stop on. The program must still wait for user to push button before the cycle restarts and cycle will still restart from the beginning. This is my final project, i am not that good at turing and hopefully someone can help me!! |
Author: | Euphoracle [ Wed Jun 18, 2008 12:24 am ] |
Post subject: | RE:Parallel LED Game |
What is up with your post count?! I think I'm going to call shenanigans on this one. |
Author: | Tony [ Wed Jun 18, 2008 1:14 am ] |
Post subject: | RE:Parallel LED Game |
there were duplicate posts, subsequent deletion of such, and the resulting mess of unsigned integer values. Dan cleaned this up. |
Author: | initialfresh [ Wed Jun 18, 2008 5:08 am ] |
Post subject: | RE:Parallel LED Game |
yea, i know. every time i tried to post something it would give my an error, and it didnt tell me if it was posted or not |
Author: | Warchamp7 [ Wed Jun 18, 2008 7:06 am ] |
Post subject: | RE:Parallel LED Game |
So what seems to be your problem? I notice you used parallelget which I really don't see why. |