|
|
9f57dddd92
|
modified line 11 to add 20 to elements > 10
|
2025-09-29 10:26:30 -07:00 |
|
|
|
d45a31970f
|
Add formatted text to first three np arrays
|
2025-09-29 10:18:23 -07:00 |
|
|
|
37939965d2
|
increased range of array to (1, 21) and added comparison of array % 2 == 0
|
2025-09-29 09:55:20 -07:00 |
|
|
|
d8adc75a00
|
Modified code to target two slices of sales_data_2021 np array
|
2025-09-29 09:44:13 -07:00 |
|
|
|
b60013e216
|
Neo4j Graph Database Simulation in Python code
|
2025-09-28 15:45:11 -07:00 |
|
|
|
7c63daa757
|
More python files
|
2025-09-27 14:51:07 -07:00 |
|
|
|
657e0ea6a8
|
Fixed Card class to convert rank attribute to convert range(2, 11) in VALID_RANKS to strings
|
2025-09-25 18:58:09 -07:00 |
|
|
|
199414a6ad
|
Update 2-25-25
|
2025-09-25 09:10:40 -07:00 |
|
|
|
f066fe8bb1
|
Added time() module and code to randomize the seed for random shuffling.
|
2025-09-24 19:46:59 -07:00 |
|
|
|
5406155c5d
|
Added Collections module; modified class Hand, added methods to get all melds and best meld combo; added function to find non-overlapping meld combos; fleshed out game start
|
2025-09-24 19:33:58 -07:00 |
|
|
|
e179d71d41
|
Add melds method to class Hand; added find_sets and find_runs functions
|
2025-09-24 19:14:18 -07:00 |
|
|
|
b4e659e9e0
|
Committed skeleton classes needed for Gin Rummy Game
|
2025-09-24 18:58:52 -07:00 |
|
|
|
28d2083a03
|
Update neural network code
|
2025-09-24 09:43:30 -07:00 |
|
|
|
06d6cbbbac
|
Randomized the input to random.seed()
|
2025-09-24 09:37:20 -07:00 |
|
|
|
bac5abb664
|
Demo of MRO resolution with multiple inheritance
|
2025-09-24 09:22:20 -07:00 |
|
|
|
1da4f731a5
|
Demo of operator overloading in Python
|
2025-09-24 09:16:58 -07:00 |
|
|
|
555a1c30ca
|
Demo of runtime polymorphism through method overriding
|
2025-09-24 09:11:19 -07:00 |
|
|
|
490d1aac42
|
Demo of dynamic polymorphism
|
2025-09-24 08:54:20 -07:00 |
|
|
|
6e52dba27b
|
Use of csv file and mulitiple inheritance demo
|
2025-09-24 08:43:03 -07:00 |
|
|
|
8c5914826b
|
Modified card game and new example class
|
2025-09-22 11:46:21 -07:00 |
|
|
|
fb0db229c2
|
Imported time module and modified random.seed to use computer time to seed the random generator for a better random.shuffle.
|
2025-09-21 17:02:40 -07:00 |
|
|
|
3b38ea281f
|
Corrected line 118
|
2025-09-20 12:12:35 -07:00 |
|
|
|
2d5568fa3c
|
Deleted prior game versions
|
2025-09-20 12:03:51 -07:00 |
|
|
|
829ed53bda
|
Commit of Final 5-Card_Stud_Poker_Game (Final)
|
2025-09-20 12:03:16 -07:00 |
|
|
|
e38fe56a36
|
Commit 5-Card_Stud_Poker_Game Copy.py with added features
|
2025-09-20 11:51:14 -07:00 |
|
|
|
4c366a4135
|
Moved hand_rank_name to hand_utils.py
|
2025-09-19 18:59:00 -07:00 |
|
|
|
8dd2abb38c
|
Moved hand_rank_name to hand_utils.py
|
2025-09-19 18:57:07 -07:00 |
|
|
|
689ac58a7d
|
Game Final
|
2025-09-19 18:17:06 -07:00 |
|
|
|
8be9c873c0
|
Implement 5-Card Stud Poker game with player setup, betting rounds, and winner determination
|
2025-09-19 18:15:56 -07:00 |
|
|
|
7c406f4abc
|
Added option to enter a player's name, and changed round_num range to (1, 4)
|
2025-09-19 18:03:58 -07:00 |
|
|
|
38d956df2d
|
Modified show_hand and reveal_full_hand to divide cards with a | for better readability.
|
2025-09-19 17:43:26 -07:00 |
|
|
|
5e705d5ca8
|
Updated setup_player static method to permit each player to provide their starting ships.
|
2025-09-19 10:00:37 -07:00 |
|
|
|
e44e9acc27
|
Changed user input for decision to a single character
|
2025-09-19 09:22:33 -07:00 |
|
|
|
c6e189d392
|
Final commit
|
2025-09-18 11:54:21 -07:00 |
|
|
|
174b53bd22
|
Initial Commit
|
2025-09-18 11:52:27 -07:00 |
|
|
|
231235ba44
|
Final Poker Game commit
|
2025-09-17 11:22:48 -07:00 |
|
|
|
a30079df3b
|
Add Royal Flush to the hand_rank
|
2025-09-17 11:20:00 -07:00 |
|
|
|
6b262097c3
|
Fixed issue where program asked for 1 more card replacement than the player had requested
|
2025-09-17 11:06:57 -07:00 |
|
|
|
4ee362911b
|
Updated prompt_card_replacement function to prompt for another card if the player enters a card which is not in his hand.
|
2025-09-17 10:55:44 -07:00 |
|
|
|
4d45d1168e
|
Updated Game() function to repeat user_input if player enter an invalid number of cards to be pulled.
|
2025-09-17 10:44:59 -07:00 |
|
|
|
6227c5b3a8
|
Added ranks to final play output
|
2025-09-17 10:32:10 -07:00 |
|
|
|
d4ace5ada1
|
Initial commit
|
2025-09-17 10:28:19 -07:00 |
|
|
|
d86423b3c5
|
Updated deal_card function to eliminate ValueError exception
|
2025-09-17 10:21:27 -07:00 |
|
|
|
eb5927a887
|
created pop_list function
|
2025-09-16 10:20:47 -07:00 |
|
|
|
7e58d59ebe
|
Add functionality to let each player pull up to 3 cards from their hand and replace them with new cards from the deck.
|
2025-09-16 09:28:10 -07:00 |
|
|
|
02d551de2a
|
Updated poker.py to fix card replacement and display hands correctly.
|
2025-09-16 09:16:50 -07:00 |
|
|
|
4fb57a3ff5
|
Add card pulling functionality for Player 2 and update hand display
|
2025-09-15 11:29:04 -07:00 |
|
|
|
c2d5d799fc
|
Implement card removal functionality and update player 1's hand management
|
2025-09-15 11:21:40 -07:00 |
|
|
|
4a36bfdfca
|
Changed product2 instance
|
2025-09-15 10:28:52 -07:00 |
|
|
|
1a0816bcef
|
Updated decorator_exercise.py, dict_merge.py, discounted_list_prices.py & playing_cards.py
|
2025-09-14 17:12:45 -07:00 |
|