Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 430 Bytes

blackjack

A network multiplayer blackjack game using Python

Rules of the game

The rules are the american based version of black jack as described in wikipedia.

The game

Player one starts the blackjack server which deals the cards

blackjack serve
[listening to player on 192.168.1.122:8000]

Player two joins the server with

blackjack join 192.168.1.122:8000