A Chinese card game (Running Fast) implement with python.
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.
- Download
$ git clone https://github.com/James-yaoshenglong/playcards.git
- Start
$ cd src && python3 networkServer.py
Then keep the server program running until you finish the game.
- Preparation
$ pip install pygame
- Download
$ git clone https://github.com/James-yaoshenglong/playcards.git
- Client Setting
$ vim src/networkClient.py
Then change the bind ip to your server ip.
4. Start
$ cd src && python3 main.py