Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oz123/blackjack

A network multiplayer blackjack game using Python
https://github.com/oz123/blackjack

blackjack game leraning python

Last synced: 19 days ago
JSON representation

A network multiplayer blackjack game using Python

Awesome Lists containing this project

README

        

# 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](https://en.wikipedia.org/wiki/Blackjack).

# 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
```