mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
101 lines
3.7 KiB
Plaintext
101 lines
3.7 KiB
Plaintext
<h3>About WrestlingDev</h3>
|
|
<br>
|
|
<p>WrestlingDev was created to help bring wrestling into the 21st century for <strong>free</strong>. This site is <a href="https://github.com/jcwimer/wrestlingApp">open source</a> and is supported by the ads on the sidebar.</p>
|
|
<br>
|
|
<h4>Features</h4>
|
|
<br>
|
|
<p>At this moment in time, WrestlingDev supports a pool to bracket type tournament for up to 24 wrestlers per weight. The bracket format follows OHSAA's 5 match per day rule. WrestlingDev will automatically generate brackets, generate bout numbers, generate and update a bout board, track team points, and update brackets.</p>
|
|
<p>For pool to bracket tournaments, pool tie breakers are the following:</p>
|
|
<ul>
|
|
<li>Least team points deducted</li>
|
|
<li>Head to head</li>
|
|
<li>Most team points scored</li>
|
|
<li>Most wins by fall, default, dq</li>
|
|
<li>Most wins by tech fall</li>
|
|
<li>Most wins by major</li>
|
|
<li>Most points scored in decisions</li>
|
|
<li>Quickest pin</li>
|
|
<li>Coin flip</li>
|
|
</ul>
|
|
<p>If three wrestlers are tied, they will be put through this sequence until two wrestlers are left. Once two wrestlers are left, the pool runner up will be decided by head to head.</p>
|
|
<p>For pool to bracket tournaments, team points will be calculated as follows:</p>
|
|
<ul>
|
|
<li>Pool win: 2pt</li>
|
|
<li>Win in championship bracket: 2pt</li>
|
|
<li>Win in consolation bracket: 1pt</li>
|
|
<li>Win by major: 1pt extra</li>
|
|
<li>Win by tech fall: 1.5pt extra</li>
|
|
<li>Win by fall, default, dq: 2pt extra</li>
|
|
<li>BYE points: 2pt (if you win at least 1 match in a pool with a BYE)</li>
|
|
</ul>
|
|
<p>Placement points will happen as follows (based on the largest bracket of the tournament):</p>
|
|
<table class="table table-hover table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Number of Places</th>
|
|
<th>1st Place Points</th>
|
|
<th>2nd Place Points</th>
|
|
<th>3rd Place Points</th>
|
|
<th>4th Place Points</th>
|
|
<th>5th Place Points</th>
|
|
<th>6th Place Points</th>
|
|
<th>7th Place Points</th>
|
|
<th>8th Place Points</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1st-4th</td>
|
|
<td>14</td>
|
|
<td>10</td>
|
|
<td>7</td>
|
|
<td>4</td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>1st-6th</td>
|
|
<td>16</td>
|
|
<td>12</td>
|
|
<td>9</td>
|
|
<td>7</td>
|
|
<td>5</td>
|
|
<td>3</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>1st-8th</td>
|
|
<td>16</td>
|
|
<td>12</td>
|
|
<td>9</td>
|
|
<td>7</td>
|
|
<td>5</td>
|
|
<td>3</td>
|
|
<td>2</td>
|
|
<td>1</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p>Finals matches will only recieve extra placement points for placing higher and bonus points for pin, tech, major, etc. Please note, only brackets with four pools place up to 8. Brackets with 1 or 2 pools only place top 4.</p>
|
|
<br>
|
|
<h4>Pool Types</h4>
|
|
<ul>
|
|
<li>Single pool round robin - 2-5 wrestlers, place 1-4.</li>
|
|
<li>Two Pools of 4 (3 matches each) to a semi final bracket - 6-8 wrestlers, place 1-4.</li>
|
|
<li>Two Pools of 5 (4 matches each) to a championship and 3rd/4th match - 8-10 wrestlers, place 1-4.</li>
|
|
<li>Four pools of 3 (2 matches each) to a quarter final bracket - 9-12 wrestlers, place 1-8.</li>
|
|
<li>Four pools of 4 (3 matches each) to a semi final bracket - 13-16 wrestlers, place 1-8.</li>
|
|
<li>Eight pools of 3 (2 matches each) to a quarter final bracket - 17-24 wrestlers, place 1-8.</li>
|
|
</ul>
|
|
<br>
|
|
<h4>Future Plans</h4>
|
|
<br>
|
|
<p>Future development plans to support normal double elimination brackets are underway.</p>
|
|
<br>
|
|
<h4>Contact</h4>
|
|
<br>
|
|
<p>Suggestions, criticism, and kind words are welcomed. Please contact us.</p>
|