Match Up for Godot
A downloadable asset pack
Match Up provides easy-to-use, hassle free matchmaking support for networked games made in Godot.
Just call create_match() to host, or call get_match_list() as a client. It's as simple as that!
You can pass in any data you want to associate with the match, such as the host's IP and port, when the match is created or any time afterwards using the set_match_data() method.
Client's can then get the match data from a match and use it to connect to the host.
The get_match_list() method also supports advanced filtering options and pagination to make it as simple as possible to build your game's lobby system.
Advanced filtering
Easily search by any combination of exact match, partial match, or range. Combine multiple filters with ease.
Documentation
The plugin code is fully documented with docs viewable through the Godot documentation viewer.
Example scene
A basic example is provided that demonstrates how to use Match Up with the Godot networking system. The example code is thoroughly commented with each step explained in detail.
Just drop it in and go
It only takes a few lines to get things up and running.
Source code
The full source code is included for both the client and the matchmaking server.
Professional Support
We have a consistent 5 star record of prompt and effective support. Contact us via email, or Discord any time and we will work with you to resolve any issue.
We are actively developing this plugin for use in our own multiplayer game so we are very fast to respond to issues and put out fixes.
Note: We host a matchmaking server that you are welcome to use free of charge but we don't guarantee uptime. The server executable is also included so you can host it on your own server instead.
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Noble Whale Studios |
Tags | Godot, lobby, matches, matchmaking, match-up, Multiplayer, network, networking, noble-whale |
Average session | A few seconds |
Multiplayer | Ad-hoc networked multiplayer |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $15 USD. You will get access to the following files:
Development log
- Match Up ported to GodotOct 04, 2023
Comments
Log in with itch.io to leave a comment.
Nice! I bought this in Unity and remember it being very easy to use. I appreciate you porting this over to Godot!