Skip to content

Diagrams

Mermaid diagram

mermaid
sequenceDiagram
    participant C as Client
    participant S as Server
    participant DB as Database
    C->>S: pcore:server:requestData
    S->>DB: SELECT ...
    DB-->>S: rows
    S-->>C: pcore:client:receiveData
mermaid
flowchart LR
    A[Player action] --> B{Server valid?}
    B -->|yes| C[Update DB]
    B -->|no| D[Reject]
    C --> E[Sync client]

Images

md
![Alt text](/assets/snailypunch.png)

P Studio logo