Multiplayer Poker Prototype (Photon Quantum)
Deterministic Multiplayer Poker Prototype
This is a high-performance multiplayer poker engine built using Photon Quantum. Unlike traditional networked games, this prototype utilizes a 100% deterministic simulation to ensure perfect state synchronization across all clients with zero latency variance.
🚀 Technical Highlights
- Deterministic Logic: All game rules, state transitions, and card dealing are handled strictly within the Quantum simulation.
- Low-Latency Simulation: Optimized for smooth, real-time betting and player interactions using Quantum's predict-and-rollback architecture.
- ECS Framework: Built using a high-performance Entity Component System to manage player seats, pot logic, and hand evaluation.
🛠 Technical Specs
- Unity Version: 2022.3.62f1
- Photon Quantum: v2.1.7
- Target Platform: WebGL
⚙️ How to Test
This is a multiplayer-only technical prototype. To see the synchronization in action:
- Open this page in your browser.
- Open one or more additional browser instances (or tabs) to simulate multiple players at the table.
- The simulation will synchronize across all active instances automatically.

Leave a comment
Log in with itch.io to leave a comment.