Commit Graph

91 Commits

Author SHA1 Message Date
8fe7a51009 initial commit 2025-11-06 09:34:51 -07:00
d9d6a1dcf2 Moving into games folder 2025-10-30 08:38:08 -07:00
a997ef707b Made other minor improvements 2025-10-28 16:28:18 -07:00
6443de9841 Added improvements to game play 2025-10-28 15:54:02 -07:00
45de90e6b9 Added a $ to losses display 2025-10-28 08:13:47 -07:00
489b80d006 Fixed a label on the table 2025-10-27 14:54:58 -07:00
7c06e4409f European Roulette Game (final) 2025-10-27 10:11:11 -07:00
1086acdbe9 Updating with latest version 2025-10-25 18:35:35 -07:00
2b0ed9effe Pushing unfinished roulette project to repo at this stage of development 2025-10-25 10:07:55 -07:00
a462f6c78a Adding dice_game.py 2025-10-19 16:23:08 -07:00
0f9964afb5 Added Python Rock-Paper-Scissors Game 2025-10-18 10:26:55 -07:00
953d34767d Adding concession_stand.py 2025-10-17 11:59:00 -07:00
66229a6155 Adding ShoppingCartProgram.py 2025-10-16 09:58:25 -07:00
b1ad66d4f9 Adding quiz_game.py 2025-10-16 09:57:22 -07:00
7375ac157c Adding trees and graphss 2025-10-12 10:37:29 -07:00
f7512a5b34 Adding a graph program to compute shortest distance between nodes in a graph with edge lengths 2025-10-12 09:55:14 -07:00
c4625a1bc4 Added sample program with imported doubly_linked_list module 2025-10-09 10:46:21 -07:00
e4a4cae418 Added doubly_lined_class.py module and list. 2025-10-09 08:44:44 -07:00
b122a870cf Adding function_picker.py to demo class with function parameter and any number of arg and kwarg parameters 2025-10-08 14:29:04 -07:00
9098da24c0 Added documentation to the Python Code 2025-10-07 18:04:10 -07:00
3ae086fb58 Added linked and doublely-linked list Python code 2025-10-07 17:56:39 -07:00
5a96497b69 Moved poker to games folder 2025-10-05 14:52:51 -07:00
04b1d0a4fc Move 5-Card_Stud_Poker_Game (Final).py to folder games 2025-10-05 14:35:57 -07:00
0347d361d5 Modified game to shuffle deck 7 times 2025-10-05 14:22:00 -07:00
238240fa50 Revised poker game 2025-10-04 20:27:50 -07:00
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