Skip to main content

Crate rumenx_sixtysix

Crate rumenx_sixtysix 

Source
Expand description

§sixtysix

Minimal backend engine + HTTP API for the traditional 24-card trick-taking game Sixty-six (AKA Schnapsen variant family).

§Modules

  • engine — Core engine: Game trait, Action, Session, Store trait, Engine.
  • store — In-memory store implementation.
  • api — HTTP server (axum-based).
  • game — Sixty-six game rules implementation.

Modules§

api
HTTP API server (axum-based).
engine
Core engine: Game trait, Action, Session, Store trait, and Engine orchestrator.
game
Sixty-six game rules implementation.
store
In-memory store implementation.