https://github.com/congcoi123/tenio-libgdx
This is a client of TenIO project based on Libgdx framework.
https://github.com/congcoi123/tenio-libgdx
client game-server gameserver java java-game java-server libgdx multiplayer server server-game tengames tenio
Last synced: 4 months ago
JSON representation
This is a client of TenIO project based on Libgdx framework.
- Host: GitHub
- URL: https://github.com/congcoi123/tenio-libgdx
- Owner: congcoi123
- License: mit
- Created: 2019-12-08T06:16:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T04:46:13.000Z (over 4 years ago)
- Last Synced: 2025-04-23T07:35:10.690Z (7 months ago)
- Topics: client, game-server, gameserver, java, java-game, java-server, libgdx, multiplayer, server, server-game, tengames, tenio
- Language: Java
- Homepage: https://congcoi123.dev
- Size: 6.22 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TenIO Libgdx [](https://twitter.com/intent/tweet?text=TenIO%20is%20a%20java%20NIO%20based%20server%20specifically%20designed%20for%20multiplayer%20games.%0D%0A&url=https://github.com/congcoi123/tenio%0D%0A&hashtags=tenio,java,gameserver,multiplayer,nio,netty,jetty,msgpack,cocos2dx,unity,libgdx,phaserjs%0D%0A&via=congcoi123)
This is a client of [TenIO](https://github.com/congcoi123/tenio) project base on [Libgdx](https://github.com/libgdx/libgdx) framework. It also uses some utility classes from [C2Engine](https://github.com/mytv1/C2Engine) to make life easier.
## Features
- It's used to simulator the simple physical movement simulation from the server-side.
## First glimpse

## Wiki
The [wiki](https://github.com/congcoi123/tenio-libgdx/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) License.
## Installation
You can get the sources:
```sh
$ git clone https://github.com/congcoi123/tenio-libgdx.git
```
## Contributing
Please check out the [contributing guideline](CONTRIBUTING.md) for more details.
## Other Clients
| [
TenIO Cocos2dx](https://github.com/congcoi123/tenio-cocos2dx)
| [
TenIO Unity](https://github.com/congcoi123/tenio-unity)
| [
TenIO Phaserjs](https://github.com/congcoi123/tenio-phaserjs)
|
| :-----------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
## Running
Please start the server in example 4 before running this client. You start running the class below for your client-side:
```txt
|-- example
|-- example4
| |-- TestServerMovement.java
```
> Happy coding !