Stacktora
Stacktora / Vault / Elixir + Postgres + Redis: Multiplayer Card Game Backend (Hidden Information)
Real-time by @ops

Elixir + Postgres + Redis: Multiplayer Card Game Backend (Hidden Information)

Imperfect-information game state (each player sees only their own hand) — distinct from the Turn-Based Multiplayer recipe: that's full-information turns like chess, this specifically handles hidden state and what each player is and isn't allowed to see.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Elixir 1.20 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install elixir-hidden-info-card-game --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault