Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oz123/blackjack
- Owner: oz123
- License: mit
- Created: 2017-09-20T07:44:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T09:46:39.000Z (about 7 years ago)
- Last Synced: 2024-10-11T11:20:19.616Z (about 1 month ago)
- Topics: blackjack, game, leraning, python
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
- Authors: AUTHORS
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
```