- Notifications
You must be signed in to change notification settings - Fork2
g78101/BridgeApp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The FancyBridge is a game of poker.
It add two trump (Small, Middle) from bridge.
The trunp:
Small < Middle < Club < Diamond < Heart < Spades < No TrumpI add three players mode.
Each person bids respectively. Declarer can choose teammate ( other player or Space )
From Container:
- docker pull g78101/bridge-server
- docker run --name bridge-server -p 3344:3344 -p 8888:8888 -d g78101/bridge-server
From Code:
- in terminal:cd {Server}
- in terminal:python Server.py
( sample of observer html at info/ )
- openFancyBridge.xcodeproj
- in xcode:run
( change ServerURL at StreamManager.swif )
- usingAndroid Studio openAndroid/
- in Android Studio:run
( change ServerURL at StreamManager.java )
P.S. The game will begin when four players connected or three players clickedThree player mode
- PokerBridge-Qt:
https://github.com/g78101/PokerBridge-Qt - g78101/bridge-server:
https://hub.docker.com/r/g78101/bridge-server