Skip to content

Commit 062ded2

Browse files
authored
Add Bunnyhop
1 parent 9ed54a8 commit 062ded2

8 files changed

Lines changed: 902 additions & 1 deletion

File tree

src-ui/changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<main>
3434
<div style="margin-bottom: 5px;"><b>Latest types</b> (<em><a href="/list.html" target="_parent">all types</a></em>)</div>
3535
<ul>
36+
<li><a href="/p?bunnyhop" target="_parent">Bunnyhop</a></li>
3637
<li><a href="/p?sashikabe" target="_parent">Sashikabe</a></li>
3738
<li><a href="/p?blindrush" target="_parent">Blind Rush 猪突猛進</a></li>
3839
<li><a href="/p?cityspace" target="_parent">City Space</a></li>
3940
<li><a href="/p?numcity" target="_parent">Number City ナンバーシティ一</a></li>
4041
<li><a href="/p?distopia" target="_parent">Distopia</a></li>
4142
<li><a href="/p?uturns" target="_parent">U-Turns</a></li>
42-
<li><a href="/p?isowatari" target="_parent">Isowatari イソワタリ</a></li>
4343
</ul>
4444
</main>
4545
</body>

src-ui/img/bunnyhop.png

135 Bytes
Loading

src-ui/js/ui/Misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function toBGimage(pid) {
119119
"bdwalk",
120120
"bosnianroad",
121121
"brownies",
122+
"bunnyhop",
122123
"castle",
123124
"cbanana",
124125
"chainedb",

src-ui/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ <h2 id="title"><span lang="ja">パズルの種類のリスト</span><span lang="
176176
<li data-pid="dotchi2"></li>
177177
<li data-pid="retsurin"></li>
178178
<li data-pid="kurarin"></li>
179+
<li data-pid="bunnyhop"></li>
179180
</ul>
180181
</div>
181182
<div class="lists loops">

src/pzpr/variety.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
bosnianroad: [0, 0, "Bosnian Road", "Bosnian Road"],
113113
box: [0, 0, "ボックス", "Box"],
114114
brownies: [0, 0, "ブラウニー", "Brownies", "yosenabe"],
115+
bunnyhop: [0, 0, "Bunnyhop", "Bunnyhop", "", { alias: "bnuuyhop" }],
115116
cave: [1, 0, "バッグ", "Cave", "kurodoko", { alias: "bag" }],
116117
cbanana: [0, 0, "チョコバナナ", "Choco Banana"],
117118
circlesquare: [0, 0, "Circles and Squares", "Circles and Squares"],

src/res/failcode.en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
"ceNumGtSize.armyants": "A number is greater than the size of the ant.",
398398
"ceOverlap.tachibk": "A block in the left grid overlaps an equally sized block in the right grid.",
399399
"cePortalMiscount.portal": "There aren't exactly two portals with the same number.",
400+
"cePluralLine.bunnyhop": "A cell is visited multiple times.",
400401
"ceSuspend.sukoro": "There is a cell that is not filled in number.",
401402
"ceSuspend.sukororoom": "There is a cell that is not filled in number.",
402403
"ceSuspend.view": "There is a cell that is not filled in number.",

0 commit comments

Comments
 (0)