mirror of
https://github.com/NovaSquirrel/TilemapTownDesktop.git
synced 2026-03-05 08:18:20 +01:00
Proof-of-concept Tilemap Town client using Qt 6
- C++ 91.4%
- C 7.3%
- CMake 1.3%
| .gitignore | ||
| chattextinput.cpp | ||
| chattextinput.h | ||
| cJSON.cpp | ||
| cJSON.h | ||
| CMakeLists.txt | ||
| connecttoserverdialog.cpp | ||
| connecttoserverdialog.h | ||
| connecttoserverdialog.ui | ||
| LICENSE | ||
| main.cpp | ||
| mainwindow.cpp | ||
| mainwindow.h | ||
| mainwindow.ui | ||
| network.cpp | ||
| protocol.cpp | ||
| README.md | ||
| tilemaptownmapview.cpp | ||
| tilemaptownmapview.h | ||
| town.cpp | ||
| town.h | ||
| townfilecache.cpp | ||
| townfilecache.h | ||
TilemapTownDesktop
A Tilemap Town desktop client, using Qt 6. Treat it as a proof-of-concept for now. You can connect to the server, walk around, and chat, but you cannot build, send mail, or manage an inventory.
This program also uses cJSON by Dave Gamble and cJSON contributors.