[examples] Add battleship diagram.

This commit is contained in:
Alessandro Coglio 2022-09-23 20:30:37 -07:00
parent 1822a19e88
commit ad5b15bda8
2 changed files with 7 additions and 0 deletions

View File

@ -535,6 +535,13 @@ leo run play '{
Play continues back and forth between Player 1 and Player 2.
When one player has a total of 14 flipped bits in their `hits_and_misses` component on their `board_state` record,
they have won the game.
### Graphical Representation
The following diagram depicts the records and transitions a game.
![diagram](./diagram.png)
</details>
## ZK Battleship Privacy

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB