comparison web/scoring/index.html @ 38:d2c3c29ca4f9

Add a new statistics script that creates SVG plots.
author John "Elwin" Edwards
date Fri, 10 Jan 2014 07:15:39 -0500
parents 09ef92dc4439
children 7c789e87ee5d
comparison
equal deleted inserted replaced
37:c045d4dcf88a 38:d2c3c29ca4f9
12 <p>The Guild keeps a record of all brave Rogues who venture into the Dungeons of Doom.</p> 12 <p>The Guild keeps a record of all brave Rogues who venture into the Dungeons of Doom.</p>
13 <ul> 13 <ul>
14 <li><a href="./high.cgi">High Scores</a></li> 14 <li><a href="./high.cgi">High Scores</a></li>
15 <li><a href="./players/">Explorers</a></li> 15 <li><a href="./players/">Explorers</a></li>
16 </ul> 16 </ul>
17 <h2>Statistics</h2>
17 </div> 18 </div>
19 <div class=graph><img src="./xl-rogue3.svg" alt="Rogue V3 experience"></div>
20 <div class=graph><img src="./xl-rogue4.svg" alt="Rogue V4 experience"></div>
21 <div class=graph><img src="./xl-rogue5.svg" alt="Rogue V5 experience"></div>
22 <div class=graph><img src="./xl-srogue.svg" alt="Super-Rogue experience"></div>
23 <div class=graph><img src="./xl-arogue5.svg" alt="Advanced Rogue 5 experience"></div>
24 <div class=graph><img src="./score-rogue3.svg" alt="Rogue V3 scores"></div>
25 <div class=graph><img src="./score-rogue4.svg" alt="Rogue V4 scores"></div>
26 <div class=graph><img src="./score-rogue5.svg" alt="Rogue V5 scores"></div>
27 <div class=graph><img src="./score-srogue.svg" alt="Super-Rogue scores"></div>
28 <div class=graph><img src="./score-arogue5.svg" alt="Advanced Rogue 5 scores"></div>
18 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a></div> 29 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a></div>
19 </body> 30 </body>
20 </html> 31 </html>