Question: complete the code below. this class is for crazy8 game. mport java.util.ArrayList; import java.util.Arrays; import java.util.Scanner; import java.util.Stack; class Card game extends Player { //write

complete the code below. this class is for crazy8 game.

mport java.util.ArrayList;

import java.util.Arrays; import java.util.Scanner; import java.util.Stack;

class Card game extends Player {

//write methods that describe: //1-players should always be aware of any eights the player are holding.

// 2-This player will their eights until late in the game, but won't hold on to them too long.

//3-Once any opponent goes down to one card left in hand , it's time to play your eight.

//4-If you have two eights, start playing them once an opponent goes down to two cards. (Expand this for 3 or 4 or more eights.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!