Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions