Terminal Game: Mississippi Stud

Github repo: Mississippi Stud

I stuck as closely as possible to the rules and payout table commonly used in casinos. The Deck class could have been condensed significantly if I had stored the cards in a dictionary or list, but at this point I’m ready to leave it as is and move on to what comes next.

I have had a problem where running this on windows command line won’t display the hearts or diamonds suits properly, but in VScode it works, and as is I haven’t found a way to break it. Any feedback would be appreciated, even if something is slightly off, like if module names aren’t normally capitalized, for example, or something that doesn’t impede the functionality, but makes it messier. This is my first project, so anything will be helpful. Thank you.