Xinqi Bao's Git

first commit, implemented game wordscapes master
authorXinqi Bao <[email protected]>
Sat, 2 May 2020 20:07:46 +0000 (16:07 -0400)
committerXinqi Bao <[email protected]>
Sat, 2 May 2020 20:07:46 +0000 (16:07 -0400)
commit8a850bf6db99c40106b276967b53e2dfed811d71
treef0f5e902bf7d27e8668996b52a5aa44e740ad412
first commit, implemented game wordscapes
23 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
client/.gitignore [new file with mode: 0644]
client/CheaterHub/CheaterHub.pro [new file with mode: 0644]
client/CheaterHub/cfg.cpp [new file with mode: 0644]
client/CheaterHub/cfg.h [new file with mode: 0644]
client/CheaterHub/main.cpp [new file with mode: 0644]
client/CheaterHub/mainwindow.cpp [new file with mode: 0644]
client/CheaterHub/mainwindow.h [new file with mode: 0644]
client/CheaterHub/mainwindow.ui [new file with mode: 0644]
client/CheaterHub/setting.cpp [new file with mode: 0644]
client/CheaterHub/setting.h [new file with mode: 0644]
client/CheaterHub/setting.ui [new file with mode: 0644]
server/Makefile [new file with mode: 0644]
server/cheaterHub.cc [new file with mode: 0644]
server/tools/generateDict.py [new file with mode: 0755]
server/wordscapes/.gitignore [new file with mode: 0644]
server/wordscapes/Makefile [new file with mode: 0644]
server/wordscapes/dict/myDictionary [new file with mode: 0644]
server/wordscapes/test.cc [new file with mode: 0644]
server/wordscapes/wordscapes.cc [new file with mode: 0644]
server/wordscapes/wordscapes.h [new file with mode: 0644]