From 84dce5f590d3097f94c6c7b6ccb4f97faddc795b Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 16 Jul 2023 11:01:53 +0100 Subject: [PATCH] Apology for non-JS viewers --- content/posts/distributed-game-protocols/open-games/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/posts/distributed-game-protocols/open-games/index.md b/content/posts/distributed-game-protocols/open-games/index.md index 79fbc7a3..8c3923a0 100644 --- a/content/posts/distributed-game-protocols/open-games/index.md +++ b/content/posts/distributed-game-protocols/open-games/index.md @@ -50,6 +50,9 @@ Games like [Chess](https://en.wikipedia.org/wiki/Chess) and [Go](https://en.wiki Below is a sequence diagram I've put together to show how simple a game of remote chess can be played. It's so simple it feels weird to make a fancy diagram for it! ```mermaid +%% My apologies, I can only render sequence diagrams in Javascript at the moment! +%% Please visit the site in a Javascript enabled browser to see this. + sequenceDiagram participant A as Alice participant B as Bob