Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 601 Bytes

Codebunker uk-colearning-project

Purpose

Multiplayer blackjack game

Blackjack uses standard English rules, these being:

  • 6-deck
  • stands on 17
  • pays 3/2 on blackjack
  • no surrender
  • double on anything

Stack

  • React
  • REST
  • Node
  • Express
  • Postgresql

User stories

  • As a user, I want to be able to log in to play a game.
  • As a user, I want to be able to log in to make a bet to a maximum of 100 GBP.
  • As a user, I want to view a history of my past games.
  • As a user, when I log in, I want to see all live games.
  • As a user, I can create a new game if none is available.