mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated about page for modified 16 man bracket
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
<li>Tournament Types
|
||||
<ul>
|
||||
<li>Pool to bracket (adhears to 5 match per day rule)</li>
|
||||
<li>Double elimination 16 man and 8 man</li>
|
||||
<li>Regular Double Elimination 16 man and 8 man. Options for placing 1st-6th or 1st-8th.</li>
|
||||
<li>Modified 16 Man Double Elimination 1-6. Options for placing 1st-6th or 1st-8th. Adhears to 5 match per day rule.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Team point calculation</li>
|
||||
@@ -60,9 +61,23 @@
|
||||
<li>Eight pools of 3 (2 matches each) to a quarter final bracket - 17-24 wrestlers, place 1-8.</li>
|
||||
</ul>
|
||||
<br>
|
||||
<h3>Double Elimination Information</h3>
|
||||
<h3>Regular Double Elimination Information</h3>
|
||||
<p>Right now, double elimination brackets only support 8 and 16 man brackets (4-16 wrestlers). Cross bracketing will happen every other round. 16 man in quarter finals, 8 man in semi finals.</p>
|
||||
<h4>Double elimination scoring</h4>
|
||||
<p>Regular Double Elimination 1-6 places 1st through 6th. Regular Double Elimination 1-8 places 1st through 8th.</p>
|
||||
<h4>Regular Double Elimination scoring</h4>
|
||||
<ul>
|
||||
<li>Championship win: 2pt</li>
|
||||
<li>Consolation win: 1pt</li>
|
||||
<li>Win by major: 1pt extra</li>
|
||||
<li>Win by tech: 1.5pt extra</li>
|
||||
<li>Win by fall, default, dq, etc: 2pt extra</li>
|
||||
<li>BYE points: 2pts if you have a bye in the championship bracket and win the next match. 1pt if you have a bye in the consolation bracket and win the next match.</li>
|
||||
</ul>
|
||||
<br>
|
||||
<h3>Modified 16 Man Double Elimination Information</h3>
|
||||
<p>Adhears to 5 match per day rule. Allows a 16 man bracket without anyone wrestling more than 5 matches. Semi Final losers wrestle for 3rd. Anyone who loses before the Semi Finals wrestle a consolation bracket for 5th.</p>
|
||||
<p>Modified 16 Man Double Elimination 1-6 places 1st through 6th. Modified 16 Man Double Elimination 1-8 places 1st through 8th.</p>
|
||||
<h4>Modified 16 Man Double Elimination 1-6 scoring (same as Regular Double Elimination)</h4>
|
||||
<ul>
|
||||
<li>Championship win: 2pt</li>
|
||||
<li>Consolation win: 1pt</li>
|
||||
@@ -127,7 +142,7 @@
|
||||
<br>
|
||||
<h3>Future Plans</h3>
|
||||
<br>
|
||||
<p>Future development plans to support 32 and 64 man double elimination as well as modified (5 per day match rule) 16 and 32 man double elimination brackets are underway.</p>
|
||||
<p>Future development plans to support 32 and 64 man regulard double elimination, modified (5 per day match rule) 32 man double elimination, and true second double elimination brackets are underway.</p>
|
||||
<br>
|
||||
<h3>Contact</h3>
|
||||
<br>
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
<%= f.label :tournament_type %><br>
|
||||
<%= f.select :tournament_type, @tournament.tournament_types %>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
See About page for information on tournament types: <%= link_to "About", "/static_pages/about" %>
|
||||
</div>
|
||||
<%= f.hidden_field :user_id, :value => current_user.id %>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user