class Cards::Blackjack::GameMode
- Cards::Blackjack::GameMode
- Cards::GameMode
- Reference
- Object
Defined in:
cards/blackjack/game_mode.crConstant Summary
-
BLACKJACK_PAYOUT_RATIO =
1.5_f32
-
SIDE_MARGIN =
Card.width * 2
Constructors
Class Method Summary
Instance Method Summary
Instance methods inherited from class Cards::GameMode
draw
draw,
exit?
exit?,
game_over? : Bool
game_over?,
update(frame_time)
update
Constructor methods inherited from class Cards::GameMode
new(pull : JSON::PullParser)new new