Skip to content

The template project shows how to create an MMORPG system by using the TenIO framework.

License

Notifications You must be signed in to change notification settings

congcoi123/tenio-mmorpg

Repository files navigation

TenIO MMORPG Project Tweet

TenIO is an open-source project to create multiplayer online games that includes a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games, which supports UDP, TCP, Websocket, HTTP transports, and available simple client projects for quick development. This repository provides some template projects to show you how to create an MMORPG system using the TenIO framework.

MMOG System Architecture

Game Server

Game System

Client

The client-side project should be found here.

Configuration

The system uses the configuration center that could be found here.

Framework

The project is strongly based on the same name framework as you can be referenced by the following repositories.

Requirements

- Java 11
- Java 8
- Docker

License

The TenIO project is currently available under the MIT License.

Contributing

Please check out the contributing guideline for more details.

Installation

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

Happy coding !