Skip to content

Game(play cards in Chinese way with python) 跑得快扑克牌游戏python实现

License

Notifications You must be signed in to change notification settings

James-yaoshenglong/playcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

playcards

Introduction

A Chinese card game (Running Fast) implement with python.

Server Setting

Because we haven't set a public server, so you may not able to play with your friends in WAN.
However, you can still play in a LAN.
Below are the reference settings.

  1. Download
$ git clone https://github.com/James-yaoshenglong/playcards.git
  1. Start
$ cd src && python3 networkServer.py

Then keep the server program running until you finish the game.

Starting Play

  1. Preparation
$ pip install pygame
  1. Download
$ git clone https://github.com/James-yaoshenglong/playcards.git
  1. Client Setting
$ vim src/networkClient.py

Then change the bind ip to your server ip.
4. Start

$ cd src && python3 main.py

About

Game(play cards in Chinese way with python) 跑得快扑克牌游戏python实现

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages