Write a algoritm to play blackjack , JAVA Programming

Assignment Help:

Draw: loops through the list of cards drawing them in a single row starting from the screen position referred to by the 'x' and 'y' fields of the Hand class. You can limit the number of simultaneously displayed cards to 10.

Review the definition of the Deck class. Note that the deck is modeled as an array 'cards' of size 52 (the number of cards in a single deck) initialized with the cards for all possible combinations of the card's rank and suit. Implement the following method of the Deck class:

Shuffle: produce a random permutation of the cards in the 'cards' array. Use the random

number generator accessible through the 'rng' field of the Deck class.  Note that the most efficient implementation of the Shuffle method will traverse the array only once, and use constant memory. Think of how you can do this, but do not obsess with it. We are not going to deduct points for less efficient implementations!

Finally, implement the game logic by filling out the content of the if-else statements in the Update method of the BlackJack class. The template assumes that the game logic is modeled as the state diagram below. You are welcome to implement a different state diagram as long as the game logic  detailed above stays the same.

1019_Write a algoritm to play Blackjack.png

You will need to think what logic should execute within each state, and in response to the buttons being pressed. Use the 'Pressed' attribute of the Button class to check the status of an instance of the button (pressed or not). For example, hitButton.Pressed will return true if and only if the "Hit" button has been pressed.

The game logic must support a simple scoring system in which the player is awarded 1 point for each game being won, and deducted 1 point for each game being lost. For example, the score of -1 may result from the player winning 5 and loosing 6 games respectively.


Related Discussions:- Write a algoritm to play blackjack

What is spring configuration file, Spring configuration file is an XML file...

Spring configuration file is an XML file. This file having the classes information and defines how these classes are configured and introduced to each other.

I have javascript work, I have JavaScript work Project Description: I...

I have JavaScript work Project Description: I need an annonation type tool added It should be incredible simple for a good js coder. But there will be a custom design and

Define object lock and which kinds of object have locks, What do you think ...

What do you think about an object's lock and which kinds of object's have locks?

What do you understand by instantiating an object, Question: (a) To be ...

Question: (a) To be considered object-oriented(OO), a language should support abstraction, encapsulation, inheritance and polymorphism. Explain briefly each of the terms in

Explain the term - garbage collection, Explain the term - Garbage Collectio...

Explain the term - Garbage Collection Java  performs  garbage  collection  and  eliminates  the  need  to  free  objects  explicitly.  When an object  has  no references   to

Project, How can i draw E-R diagram

How can i draw E-R diagram

I need liferay especialist, I need Liferay Especialist Project Descripti...

I need Liferay Especialist Project Description: We want a JAVA + JSF + Portlets expert Liferay expertise is needed Big Data and Online Tools + Multilingual Portal & Websit

Differentiate between onload and onunload, Differentiate between onLoad and...

Differentiate between onLoad and onUnload? Onload executes the particular javascript code when a latest document is loaded into a windows. ONUnload executes he particular javas

Applet, how to quit from unlimitedly executing applet

how to quit from unlimitedly executing applet

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd