mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Apology for non-JS viewers
This commit is contained in:
parent
576ee5980e
commit
84dce5f590
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue