Skip to content

Server - Python, Client - iOS && Android

Notifications You must be signed in to change notification settings

utkuerturk/BridgeApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The FancyBridge is a game of poker.

  1. It add two trump (Small, Middle) from bridge.
    The trunp:
      Small < Middle < Club < Diamond < Heart < Spades < No Trump

  2. I add three players mode.
      Each person bids respectively. Declarer can choose teammate ( other player or Space )

How to play

Server Side:

  1. in terminal: cd {Server}
  2. in terminal: python Server.py
    ( sample of observer html at info/ )

iOS Side:

  1. open FancyBridge.xcodeproj
  2. in xcode: run
    ( change ServerURL at StreamManager.swif )

Android Side:

  1. using Android Studio open Android/
  2. in Android Studio: run
    ( change ServerURL at StreamManager.java )

P.S. The game will begin when four players connected or three players clicked Three player mode

Game Screenshots

The Screenshots of WaitState alt text

The Screenshots of CallState alt text

The Screenshots PlayState alt text

Reference

About

Server - Python, Client - iOS && Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 41.9%
  • Java 26.7%
  • C++ 17.8%
  • Python 8.6%
  • HTML 3.7%
  • CSS 1.3%