3 A portable software for lovely cheaters, C++ Back-end, with Qt Front-end, self-practice project.
5 A simple customized asynchronous TCP for Back-end, by using multi-threading.
15 Located in `client/CheateHub`, build it, and config Back-end ip and port information at Config session in the application.
19 Build by running `make` from `server/` directory, `make MODE=release` for releasing. Executable file will locate in `server/build/`.
23 Module locate in `server/wordscapes/`.
25 For first time, have to generate dictionary before running, by using script `server/tools/generateDict.py`.
27 For testing this module individually, build by running `make test`.
31 Add config feature for back-end.
33 Makefile for server could be improved.
35 Message format for communicating between front-end and back-end could be improved, especially when implemented more games.