Adam198590 / GameProject

Game Server(Java+Netty)_Client(C#+Unity)_protobuf
14 stars 8 forks source link

How to run GameServer with Eclipse #1

Open giapnx opened 7 years ago

giapnx commented 7 years ago

Hi, i'm learning about Netty, I downloaded your source code but I do not know how to use GameServer folder in Eclipse. Can you guide me how to use it?

Thank you very much.

Adam198590 commented 7 years ago

Hello, actually im not working with GameProject repo already, but all what you need to start server - its just create/import project from created sources (if you downloaded it before and you dont want to work with it via git) After it you can run server with help of ServerStarter.java https://github.com/Adam198590/GameProject/blob/master/repository/GameServer/src/com/server/ServerStarter.java (if you have linked netty libs of course :) ) Next you can connect to it by Unity client, or java test client, which you will find in according folders inside of repo.

Good luck, and have a nice day :)

2016-11-17 6:58 GMT+02:00 NguyenXuanGiap notifications@github.com:

Hi, i'm learning about Netty, I downloaded your source code but I do not know how to use GameServer folder in Eclipse. Can you guide me how to use it?

Thank you very much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Adam198590/GameProject/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AHRFNUjB1rOmzTwlshIwk4XkVSdOCaSmks5q-97ZgaJpZM4K02OV .

giapnx commented 7 years ago

Hello, I've run it and successful connect to the Unity.

Thank you very much. Have a nice day :)