Question
I need somebody to make the card game Go Fish. Where you start off with 7 cards And use the numbers 1 through 10. The
I need somebody to make the card game Go Fish. Where you start off with 7 cards
And use the numbers 1 through 10. The game should be a 1v1 type thing versus the random person. Use the randomization number tool for the random number cards the 2 people get. User input should for the person to call Go fish or give the card if they have it. After somebody wins there should be a loop if you want to play again. Then after playing the game there should be a leaderboard using arrays orArraylist to see who has more wins. If the client is ended the leaderboard resets. Also, Add pseudo-code for the game.
Please send the actual code as well as the output of the game working. This should be done using Netbeans. Make sure to send the pseudo-code
Your code must include the following concepts: Variables . Input Output Conditionals Methods o At least 2 styles Arrays o Parallel arrays (optional) o if statements (including if...else) o Searching/sorting (optional) o relational operators (e.g. , Randomization !=) ological operators (e.g. &&, ||) o switches (optional - use as necessary) Loops (include multiple loops, but don't need all 3 different kinds) for loop while loop o do while loop
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started