Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
7131 committed Nov 14, 2024
1 parent e172097 commit c311b29
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Siteswap Analyzer

https://7131.github.io/analysis/

You can analyze siteswaps.
If the siteswap is valid, the number of balls, the period, and the state are displayed respectively.
If the input string is a valid siteswap, the number of balls, the period, and the state are displayed, respectively.
You can also demonstrate using juggling simulator.

# File list
This analyzer accepts vanilla, multiplex, and synchronous patterns.

<dl>
<dt>index.html</dt>
<dd>This is the main page for the Siteswap Analyzer.</dd>
<dt>default.css</dt>
<dd>The style sheet for the main page.</dd>
<dt>controller.js</dt>
<dd>This is a controller that receives the input of the main page and outputs the analysis result.</dd>
<dt>Vanilla siteswap</dt>
<dd>is a string of letters consisting only of numbers and letters of the alphabet. For example, 3, 441, 7131, db97531, etc.</dd>
<dt>Multiplexing</dt>
<dd>uses square brackets in addition to vanilla. It will allow multiple props to be grouped together. For example, [123], [34]23, [34][32]0, etc.</dd>
<dt>Synchronous pattern</dt>
<dd>is expressed using round brackets and commas (and the letter 'x'). For example, (4x,2x), (6x,0)*, (2,4)([44x],2x), etc.</dd>
</dl>

0 comments on commit c311b29

Please sign in to comment.