kittylyst / cardgame-example

Teaching Example - a Blackjack MVP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card Game

A simple MVP for playing BlackJack.

Basic Rules

  • Cards have 1 of 4 suits
  • Cards have standard face values
  • Each player gets 2 cards initially from Deck
  • Going over 21 ("going bust") - player loses
  • Players can ask for additional cards during their turn
  • Round ends when all players have had a turn
  • Highest score wins

About

Teaching Example - a Blackjack MVP


Languages

Language:Java 100.0%