Skip to content

congcoi123/tenio-libgdx

Repository files navigation

TenIO Libgdx Tweet

This is a client of TenIO project base on Libgdx framework. It also uses some utility classes from C2Engine to make life easier.

Features

  • It's used to simulator the simple physical movement simulation from the server-side.

First glimpse

Simple Movement Simulation

Wiki

The wiki provides implementation level details and answers to general questions.

Dependencies

  • msgpack
  • gdx
  • gdx-backend-lwjgl
  • gdx-freetype
  • gdx-natives
  • tween-engine-api

License

This project is currently available under the MIT License.

Installation

You can get the sources:

$ git clone https://github.com/congcoi123/tenio-libgdx.git

Contributing

Please check out the contributing guideline for more details.

Other Clients


TenIO Cocos2dx


TenIO Unity


TenIO Phaserjs

Running

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 !