card game stuff
This commit is contained in:
@@ -32,3 +32,9 @@ pub struct Klondike {
|
||||
config: KlondikeConfig,
|
||||
state: KlondikeState,
|
||||
}
|
||||
impl Klondike {
|
||||
pub fn new() -> Self {
|
||||
let deck = Stack::full_deck(0);
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user