Build and run game servers intuitively.
Garuda is an Authoritative Multiplayer Game Server for Phoenix framework
The project focuses on providing a game framework system, matchmaking, real-time game-session monitoring system and ease of usage both on server-side and client-side, by leveraging the powerful phoenix framework.
The goal of the framework is to be have a standard framework & matchmaking solution for all type of games. BEAM directly maps the use cases of a typical game server. So Let's build and run game servers, in a much more intuitive way.
Current feature list.
-
WebSocket-based communication (Will support more transports layer in future, thanks to phoenix)
-
Simple API in the server-side and client-side.
-
Game specific module behaviours.
-
Matchmaking clients into game sessions.
-
Realtime interactive game session monitoring.
Garuda ships with a javascript client garudajs, which allows easy communication with the server (This also leverages phoenixjs).
def deps do
[
{:garuda, "~> 0.2.5"}
]
end
A multiplayer Bingo game is developed, to showcase the Garuda. try the game
Bingo client source code
Dingo (bingo server, using Garuda) source code
The docs can be found at https://hexdocs.pm/garuda.