You can find the current version of the sketch that this is based on here.
sequenceDiagram
participant A as Player A (Josh)
participant S as Echo Server<br/>(Room 2728038)
participant B as Player B
participant C as Player C| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/p5.plotsvg@latest/lib/p5.plotSvg.js"></script> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| <meta charset="utf-8" /> | |
| </head> |
You can find the current version of the sketch that this is based on here.
sequenceDiagram
participant A as Player A (Josh)
participant S as Echo Server<br/>(Room 2728038)
participant B as Player B
participant C as Player C