MATRIX Client-Server multiplayer framework
Dumas99999
$4.99
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/08(2021) |
4.99 |
11/19(2024) |
4.99 |
Jump AssetStore
MATRIX is a simple way to create multi-player games based on TCP/IP Client-Server technology. Targeted on creating the internet games based on a central server capable to work with thousands clients.Windows only (for now)Detailed descriptionIn short:1. You run a special program called "Communicator" on a remote host2. You create a game server implementing the base game logic and run it on the same remote host along with the Communicator3. You create a client Unity based application to be running on players host. This Front End connects to the game server via the CommunicatorThe package contains a C# based wrapper DLL (assemply) to write client-server applications connected via communicator.Test programs and the Communicator itself are available to download for free here. You can get them and run locally or run the Communicator on remote address, test connections etc... (see the description for details).Currently available on Windows platform (Windows 7 and above) only.Future releases may include Linux (possibly Mac) if there are requests for it.Using TCP/IP sockets via internet.Can work in local networks too.Targeted for C# programmers (C++ may also be added later by requests).