Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

home / study / engineering / computer science / questions and answers / python coding please. also if you could add comments ... Question: Python

home / study / engineering / computer science / questions and answers / python coding please. also if you could add comments ...

Question: Python coding please. Also if you could add commen...

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Python coding please. Also if you could add comments that would be greatly appriciated. This is my third time asking this question. Please use the files in the link, escpecially proj06.py. Comments and indentation would help a lot too. The print statement needs to reflect that of the one above. All files that are to bu used are in that link. I would appreciate any help.

There are base python codes that are used for this. They are found in the link below:

http://www.cse.msu.edu/~cse231/Online/Projects/Project06/

Summer 2017 CSE 231 Programming Project #6 Edit on 6/1917 a skeleton file is has been available on Mirmir and is now available in the same directory as this document posted on 6/18) Edit on 6/2017 we provide a cannonical function in the skeleton file to order cards so your output can more easily match the Mimir tests for Test1 and Test2 Assignment overview This assignment focuses on the design, implementation and testing of a Python program which uses classes to solve the problem described below. Note: you are using a class we provide; y are not designing a class. It is worth 95 points (9.5% of course grade) and must be completed no later than 11:59 PM on Monday, June 2 Assignment Deliverable The deliverable for this assignment is the following file: proj06.py the source code for your Python program. Be sure to use the specified file name and to submit it for grading via the Mirmir system before the project deadline. Assignment Background The goal of this project is to gain practice with use of classes and creating functions. You will design and implement a Python program which plays simplified Texas Hold'em Poker. The program should deal two cards to two players (one card to each player, then a second card to each player, and then five community cards which players share to make their hands. A poker hand is the best five cards from the community cards plus the player's cards (i.e., best 5 out of 7 cards total). The goal of this assignment is to find the category ofeach player's hand and determine the winner. The rules of this game are relatively simple and you can find information about the game and about the poker hands in the links below. Kcep in mind that you will only find the category of the hands and all nine cards can be dealt at once (a real poker game deals cards in stages to allow for betting, but we aren't betting). http://en.wikipedia.org/wiki/Texas holdem http://en. wikipedia.org/wiki/Poker hands

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

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago