BlackJack test August 21, 2008 10:52AM | Registered: 16 years ago Posts: 211 |
Re: BlackJack test August 22, 2008 01:49AM | Registered: 16 years ago Posts: 45 |
You call getNumberOfControls() too quickly. Put a main menu or just a message that says "Press A to begin"Quote
WiiPhlex
I've done a small and very basic version of black jack and don't have a wii... so if someone could tell me if the multiplayer thing works on this one -> [www.sendspace.com] just attach a couple of controllers before booting.
Re: BlackJack test August 22, 2008 11:30AM | Registered: 16 years ago Posts: 211 |
Quote
Also if you press A at "Do you want to play again" again will be 'y' which is not equal to 'n' so it will continue that loop over and over.
Dunno too tired to look into it tonight, will do in the weekend if I have a spare moment.Quote
And why don't you use the pressed variable you just created instead of WPAD_ButtonsDown(0)?
Re: BlackJack test August 23, 2008 09:48PM | Registered: 16 years ago Posts: 45 |
I mean it continues to ask "Do you want to play again" instead of actually starting at the beginning.Quote
WiiPhlex
I don't call getNumberOfControls() too quickly as it is just a test, I will add a menu (if it requires) once I actually have sometime a little more to show for it.Quote
Also if you press A at "Do you want to play again" again will be 'y' which is not equal to 'n' so it will continue that loop over and over.
Um... yeah that's the whole point...Dunno too tired to look into it tonight, will do in the weekend if I have a spare moment.Quote
And why don't you use the pressed variable you just created instead of WPAD_ButtonsDown(0)?
Re: BlackJack test August 24, 2008 04:38AM | Registered: 16 years ago Posts: 211 |