4949 < div class ="flex items-center space-x-4 ">
5050 < a href ="https://github.com/coder/balatrobench " target ="_blank " rel ="noopener "
5151 class ="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors ">
52- < svg fill ="currentColor " class ="w-6 h-6 "> < use href ="icons.svg#icon-github "> </ use > </ svg >
52+ < svg fill ="currentColor " class ="w-6 h-6 ">
53+ < use href ="icons.svg#icon-github "> </ use >
54+ </ svg >
5355 </ a >
5456 < a href ="https://www.twitch.tv/S1M0N38 " target ="_blank " rel ="noopener "
5557 class ="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors ">
56- < svg fill ="currentColor " class ="w-6 h-6 "> < use href ="icons.svg#icon-twitch "> </ use > </ svg >
58+ < svg fill ="currentColor " class ="w-6 h-6 ">
59+ < use href ="icons.svg#icon-twitch "> </ use >
60+ </ svg >
5761 </ a >
5862 < a href ="https://discord.gg/SBaRyVDmFg " target ="_blank " rel ="noopener "
5963 class ="p-2 rounded-md text-zinc-500 hover:text-zinc-700 hover:bg-zinc-200 dark:text-zinc-400 dark:hover:text-white dark:hover:bg-zinc-700 transition-colors ">
60- < svg fill ="currentColor " class ="w-6 h-6 "> < use href ="icons.svg#icon-discord "> </ use > </ svg >
64+ < svg fill ="currentColor " class ="w-6 h-6 ">
65+ < use href ="icons.svg#icon-discord "> </ use >
66+ </ svg >
6167 </ a >
6268 </ div >
6369 </ div >
@@ -263,8 +269,10 @@ <h2 class="text-2xl font-bold text-zinc-800 dark:text-zinc-100 mb-4">Rules</h2>
263269 </ p >
264270 < ul class ="text-zinc-600 dark:text-zinc-300 space-y-4 ml-3 ">
265271 < li > • < strong > Model:</ strong > All strategies run on
266- < code class ="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono "> openai/gpt-oss-20b</ code > .
267- This ensures the leaderboard measures strategy quality, not model capability.</ li >
272+ < code
273+ class ="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono "> openai/gpt-oss-20b</ code > .
274+ This ensures the leaderboard measures strategy quality, not model capability.
275+ </ li >
268276 < li > • < strong > Deck:</ strong > RED deck is used for all runs. The RED deck grants +1 discard every round,
269277 giving strategies more flexibility to explore different card combinations.</ li >
270278 < li > • < strong > Stake:</ strong > WHITE stake (base difficulty) is used. No additional penalties or
@@ -275,7 +283,8 @@ <h2 class="text-2xl font-bold text-zinc-800 dark:text-zinc-100 mb-4">Rules</h2>
275283 < code class ="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono "> CCCCCCC</ code > ,
276284 < code class ="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono "> DDDDDDD</ code > ,
277285 < code class ="px-1.5 py-0.5 bg-zinc-100 dark:bg-zinc-700 rounded text-sm font-mono "> EEEEEEE</ code > .
278- Fixed seeds ensure reproducible results.</ li >
286+ Fixed seeds ensure reproducible results.
287+ </ li >
279288 < li > • < strong > Ranking:</ strong > Strategies are ranked by average final round reached (higher is better).
280289 A perfect game reaches round 24 (beating all 8 antes).</ li >
281290 < li > • < strong > Updates:</ strong > You can update your strategy at any time.
@@ -291,7 +300,9 @@ <h2 class="text-2xl font-bold text-zinc-800 dark:text-zinc-100 mb-4">Rules</h2>
291300 < a href ="https://coder.github.io/balatrollm/strategies/ " target ="_blank " rel ="noopener "
292301 class ="inline-flex items-center space-x-2 px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-600 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors ">
293302 < span > Submit Your Strategy</ span >
294- < svg fill ="currentColor " class ="w-4 h-4 "> < use href ="icons.svg#icon-arrow-top-right "> </ use > </ svg >
303+ < svg fill ="currentColor " class ="w-4 h-4 ">
304+ < use href ="icons.svg#icon-arrow-top-right "> </ use >
305+ </ svg >
295306 </ a >
296307 </ div >
297308 </ div >
0 commit comments