KongKong Nguyen

Greenhorn
+ Follow
since Feb 18, 2020
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by KongKong Nguyen

Hi folks,

I'm developing a small framework for making online games in Java. It supports UDP and TCP transports, bases on NIO for high performance and uses MsgPack library for compressing data. I know it needs a lot of effort to improve, so please take a look and let me know. You can check out the project by the link below, I appreciate all your help.
https://github.com/congcoi123/tenio

First glimpse
Login Example


Login Example in WS


Simple Movement Simulation


Source Code Examples


I also created some small client projects for this framework in different languages: C++ (based on Cocos2dx), Java (based on Libgdx) and a simple script in Javascript for testing Websocket communication. Those projects were used to create a small game name "Gold Miner Online":
https://www.youtube.com/watch?v=BBv5IQFHLjc

So, if you have any questions, don't hesitate to let me know. Thanks so much and have a nice day!
4 years ago