Skip to content

Commit

Permalink
🐛 fixed bugs in html
Browse files Browse the repository at this point in the history
change the rule introduction
  • Loading branch information
idealclover committed Sep 26, 2018
1 parent 1ca29a8 commit c5e0d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goldennum/templates/goldennum/goldennum.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<div class="alert alert-info" role="alert">
<h4 class="alert-heading">黄金点游戏 <a class="fas fa-chevron-down" data-toggle="collapse" href="#crules" role="button" aria-expanded="false" aria-controls="crules"></a></h4>
<div class="collapse multi-collapse" id="crules">
<p>N 个玩家,每人写一个 0~100 之间的有理数(不包括 0 或 100 ),提交给服务器,服务器在当前回合结束时算出所有数字的平均值,然后乘以 0.618(所谓黄金分割常数),得到 G 值。提交的数字最靠近 G(取绝对值)的玩家得到 N 分,离 G 最远的玩家得到 2 分,其他玩家得 0 分。</p>
<p>N 个玩家,每人写 2 个 0~100 之间的有理数(不包括 0 或 100 ),提交给服务器,服务器在当前回合结束时算出所有数字的平均值,然后乘以 0.618(所谓黄金分割常数),得到 G 值。提交的数字最靠近 G(取绝对值)的玩家得到 N-2 分,离 G 最远的玩家得到 -2 分,其他玩家得 0 分。</p>
<!-- </div> -->
<hr>
<div id='login-panel'>
Expand Down

0 comments on commit c5e0d02

Please sign in to comment.