garuda logo

Garuda

A multiplayer game server framework for phoenix.

Build and run game servers intuitively.

Garuda CI

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 frameowrk & 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.

Realtime monitoring

Client Side Support.

Garuda ships with a javascript client garudajs, which allows easy communication with the server (This also leverages phoenixjs).

Installation

def deps do
[
{:garuda, git: "https://github.com/madclaws/garuda.git", branch: "master"},
]
end

Demo

A multiplayer Bingo game is developed, to showcase the Garuda. [try the game] Bingo client source code
Dingo (bingo server, using Garuda) source code

Contributors

ghostdsb, Brotchu

Documentation can be generated with ExDoc

and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/garuda.