Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whatghost/qtchess
A Chinese chess project developed by QT
https://github.com/whatghost/qtchess
Last synced: 8 days ago
JSON representation
A Chinese chess project developed by QT
- Host: GitHub
- URL: https://github.com/whatghost/qtchess
- Owner: WhatGhost
- Created: 2018-07-23T07:13:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T08:05:41.000Z (over 6 years ago)
- Last Synced: 2024-11-19T01:53:48.607Z (2 months ago)
- Language: C++
- Size: 6.39 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QTCHESS
This is a chess project developed by QT
#QT中国象棋
这是一个由QT开发的中国象棋游戏包含了简单的人机对弈,双人对战,以及简略的网络对战的雏形
如果希望丰富以实现真正的网络对战,请在```NetGame.cpp```文件中将
```
_socket->connectToHost(QHostAddress("127.0.0.1"), 9899);
```
中的ip地址更改为你想要的地址