Commit Graph

66 Commits

Author SHA1 Message Date
d0cb7586db moved module files to the modules directory 2025-10-04 19:28:51 -07:00
ce7ed31b5c Added code to shuffle deck 7 times 2025-10-04 11:44:50 -07:00
5be329909a Adding unit & mock test examples, new tests directory and a snapshot 2025-10-04 11:17:09 -07:00
03f1049786 Modified determinate2x2 and determinate3x3 to include documentation 2025-10-03 14:36:10 -07:00
6799326712 Adding modules to compute determinates of 2z2 and 3x3 arrays 2025-10-03 14:13:05 -07:00
7dd801985e Added mat_flat module utility file 2025-10-02 09:47:18 -07:00
ccacab51ea Renamed matrix_transpose.py to mat_trans.py 2025-10-02 09:25:22 -07:00
12ab1b9711 Converted matrix_transpose.py into a module 2025-10-02 09:02:04 -07:00
28e362f63f Modified matrix_mult to be a module 2025-10-02 08:53:18 -07:00
40f55dbf7d Adding function to multiply matrices 2025-10-02 08:44:32 -07:00
2410ae43f4 Added matrix_transpose.py 2025-09-30 17:49:44 -07:00
fa4c0ad98a Adding new file to repo 2025-09-30 17:14:32 -07:00
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