As everyone knows I did for delphi side but no one was interested because i think it's not a popular language to do so I just move to C++ because I think. It'd be a top of the most popular languages and need help from everyone
The tools that I'm using for dev right now
- Visual Studio 2017
- Spdlog for Console log
- Boost for asynchronous TCP Socket
- Poco for Client SQL Server
Code:
UPDATE !!
26/8/18 Merge game and login into one project for easily dev.
22/8/18 - Prepare for cardpack system.
18/8/18 - You can now buy card and item from game shop.
All you have to do is crypt dll as below
Code:
void cdecl __encrypt(char* data, int key, int size, char** dataout, int newSize); /* We use dataout variable */
void cdecl __decrypt(char* data, int key, int size); /* We use data variable because the size is static */
Hopefully, Everyone will go for this development together