Want to create a 2 players online game using an Elixir server

Hello and welcome,

I think Elixir is a good fit for game server because You can isolate a game state in a process.

There are many example on the web… (some are outdated, but concept stay the same)

There are games in those paid resources too

But if You want to use it with Lua, maybe this

Many projects have been done because Elixir helps isolating games, and with phoenix channels, You might also reach for graphical game.

For example, combining Elixir with Three.JS, Babylon.JS, Phaser.JS, Godot, Unity3D etc.

4 Likes