Problem I’m late to this weekend challenge (sorry), but since it’s all in good fun, I hope that’s ok. I’m […]
Tag: playing-cards
Text Based Blackjack
Problem I wanted to make a blackjack game to use while bored, but it turned out to be far more […]
Poker Hands in Python
Problem Project Euler problem 54 asks: The file, poker.txt, contains one-thousand random hands dealt to two players. Each line of […]
Card arithmetic game
Problem There was a task on Stack Overflow which quite obviously was too broad (it didn’t have a solution provided […]
Project Euler #54 – Poker Streams
Problem This challenge posted by Durron597 intrigued me, and inspired me to answer his question, and also to determine whether […]
Create a deck of playing cards & draw a hand of cards
Problem I built a very basic blackjack program a couple of weeks ago, but I’ve learned a lot since then, […]
Simple deck of cards
Problem I had recently completed one programming challenge where I’ve had to design a deck of cards. The time was […]
OOP implementation of BlackJack in Java
Problem This code is not done, but still fully functional. But, before I continue I’d really appreciate some input on […]
Java: Using one class or algebraic data types to model different state?
Problem I’m creating a tool to analyze a card game which is played by three players. A Card is associated […]
Simple deck of cards
Problem I had recently completed one programming challenge where I’ve had to design a deck of cards. The time was […]