11-25-2014 05:33 PM
NI has plenty of help documents on Project Explorer. I recommend doing some research and reading. Try the following link for instance. An abundance of knowledge is available. Look it up, learn, and I'll take a look later.
11-25-2014 05:36 PM - edited 11-25-2014 05:36 PM
Will send to you later tonight. Let me know if you have any questions or want me to explain the game we are trying to code better?
Thanks for taking the time help out.
11-25-2014 05:42 PM
Is there anything else I can do to make sure you know what we are trying to code?
11-25-2014 05:58 PM
i hope this help these are all the file for the project
11-26-2014 12:22 AM - edited 11-26-2014 12:27 AM
I tried to creat a project explorer hope this helps, let me know if it does not
11-26-2014 12:46 AM
So here is the thing:
1. I sent the code of my mine two different ways one in zip folder and one in project explorer format both using version 2011
2. We are trying to play a game with our code, a lights guessing game
a. In the game we are doing this:
- having the user press play
- all the lights should turn off then as the game is ready to be played
- next the user will be prompted to guess which 1,2,3,4,or 5 of the lights that will turn on the breadboard, the user will click as many of the 5 light the user thinks will turn on
- if the user wrong is it will prompted them to take another guess saying please try again, but without knowing which ones will turn
- if correct a message of some sort should flash on the screen congragulations want to play again or quit the user and at the same time the correct lights will blink on the bread board
- if user has used up his/her second chance but is still wrong a screen should come up saying Sorry you Lost or You Lost want to play again while correct lights blink on the bread board
3. We are trying to figure out how we can incorporate some cute buttons for the on white screen instead of the green buttons given to us
4. We want to include some sort of way to record stats like:
a. number of games played
b. number games won
c. number of games lost
5. we have to use state machines and case structures along with some file i/o
** please use our code and try to work from there
let me know if you have any questions?
11-26-2014 12:46 AM
So here is the thing:
1. I sent the code of my mine two different ways one in zip folder and one in project explorer format both using version 2011
2. We are trying to play a game with our code, a lights guessing game
a. In the game we are doing this:
- having the user press play
- all the lights should turn off then as the game is ready to be played
- next the user will be prompted to guess which 1,2,3,4,or 5 of the lights that will turn on the breadboard, the user will click as many of the 5 light the user thinks will turn on
- if the user wrong is it will prompted them to take another guess saying please try again, but without knowing which ones will turn
- if correct a message of some sort should flash on the screen congragulations want to play again or quit the user and at the same time the correct lights will blink on the bread board
- if user has used up his/her second chance but is still wrong a screen should come up saying Sorry you Lost or You Lost want to play again while correct lights blink on the bread board
3. We are trying to figure out how we can incorporate some cute buttons for the on white screen instead of the green buttons given to us
4. We want to include some sort of way to record stats like:
a. number of games played
b. number games won
c. number of games lost
5. we have to use state machines and case structures along with some file i/o
** please use our code and try to work from there
let me know if you have any questions?
11-27-2014 12:02 AM
Just figured out i didnt send some stuff
11-27-2014 03:59 PM - edited 11-27-2014 04:09 PM
Hi,
So I got the led lights to blink but now my game won't play can you help me?
11-27-2014 05:01 PM
1. I do not see any way for the user to "Select lights on display..."
2. The constant boolean array in the Initialize state is empty.
3. I do not see any way to get to the Respond to Event or Analyze Data states.
Lynn