Commit Graph

4 Commits

Author SHA1 Message Date
b2e2d547ef Created Hand Type
Created a Hand type that can also calculate the sum of the cards in the
hand. Also wrote a display for it so that we can just print hands out.

Reviewed-on: #13
2026-01-11 16:25:37 -05:00
cedef1792f Deck Implementation
Implemented a Deck type that has a new function that returns an
unshuffled deck. Also wrote an integration test for the new function to
make sure that it works.

Reviewed-on: #11
2026-01-10 18:03:43 -05:00
624e39b78e Card Struct
Added first version of Card struct. Also added an ability for it to be printed out through rust standard functions.

Reviewed-on: #10
2026-01-10 15:37:00 -05:00
f71a9f2a29 Initial Skeleton Code
Initial skeleton code to start basing development work off of.

Reviewed-on: #4
2026-01-10 12:13:39 -05:00