This is a client of TenIO project base on Libgdx framework. It also uses some utility classes from C2Engine to make life easier.
- It's used to simulator the simple physical movement simulation from the server-side.
The wiki provides implementation level details and answers to general questions.
- msgpack
- gdx
- gdx-backend-lwjgl
- gdx-freetype
- gdx-natives
- tween-engine-api
This project is currently available under the MIT License.
You can get the sources:
$ git clone https://github.com/congcoi123/tenio-libgdx.git
Please check out the contributing guideline for more details.
TenIO Cocos2dx |
TenIO Unity |
TenIO Phaserjs |
---|
Please start the server in example 4 before running this client. You start running the class below for your client-side:
|-- example
|-- example4
| |-- TestServerMovement.java
Happy coding !