嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于python的网络版中国象棋
运行server软件并运行两次main程序即可进行双人网络通信对战,在config中修改ip地址即可实现两台电脑局域网内对战
.
├── chess - 网络版 - 副本
│ ├── __pycache__
│ │ ├── black_chess.cpython-37.pyc
│ │ ├── black_game_function.cpython-37.pyc
│ │ ├── black_settings.cpython-37.pyc
│ │ ├── board.cpython-37.pyc
│ │ ├── button.cpython-37.pyc
│ │ ├── chess.cpython-37.pyc
│ │ ├── client.cpython-37.pyc
│ │ ├── game_function.cpython-37.pyc
│ │ ├── main.cpython-37.pyc
│ │ ├── red_black.cpython-37.pyc
│ │ ├── red_chess.cpython-37.pyc
│ │ ├── red_game_function.cpython-37.pyc
│ │ ├── red_settings.cpython-37.pyc
│ │ └── settings.cpython-37.pyc
│ ├── black_game_function.py
│ ├── black_settings.py
│ ├── button.py
│ ├── chess.py
│ ├── client.py
│ ├── font.ttf
│ ├── font1.TTF
│ ├── images
│ │ ├── chessboard.bmp
│ │ ├── map.bmp
│ │ ├── mute.jpg
│ │ ├── result.png
│ │ └── voice.jpg
│ ├── main.py
│ ├── red_game_function.py
│ ├── red_settings.py
│ └── server
│ ├── config.txt
│ └── server.py
└── 基于python的网络版中国象棋_chess-网络版.rar
4 directories, 32 files