Developers

Guida rapida per aggiungere nuovi giochi nella GST Arena platform.

Contratto gioco

  1. Crea cartella src/games/my-game.
  2. Aggiungi metadata.ts con id, title, description, category, min/max player, duration, tags.
  3. Implementa HostView.tsx e ControllerView.tsx.
  4. Crea gameLogic.ts e types.ts del gioco.
  5. Registra il gioco in src/games/registry.ts.

Giochi attivi