Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src-ui/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<main>
<div style="margin-bottom: 5px;"><b>Latest types</b> (<em><a href="/list.html" target="_parent">all types</a></em>)</div>
<ul>
<li><a href="/p?topo" target="_parent">Topo</a></li>
<li><a href="/p?hasunomura" target="_parent">Hasu no Mura はすのむら</a></li>
<li><a href="/p?tetroctb" target="_parent">Tetro Chain-CTB テトロチェーンCTB</a></li>
<li><a href="/p?edamame" target="_parent">Edamame</a></li>
<li><a href="/p?marutaring" target="_parent">Marutaring マルタリング</a></li>
<li><a href="/p?heavydots" target="_parent">Heavy Dots</a></li>
<li><a href="/p?bhaibahan" target="_parent">Bhai Bahan</a></li>
<li><a href="/p?oasis" target="_parent">Oasis</a></li>
</ul>
</main>
</body>
Binary file added src-ui/img/topo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src-ui/js/ui/KeyPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ ui.keypopup = {
heavydots: [10, 0],
marutaring: [10, 0],
tetroctb: [10, 0],
hasunomura: [10, 0]
hasunomura: [10, 0],
topo: [10, 10]
},

//---------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src-ui/js/ui/Misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ function toBGimage(pid) {
"timebomb",
"tjunction",
"tontonbeya",
"topo",
"trainstations",
"tslither",
"turnaround",
Expand Down
1 change: 1 addition & 0 deletions src-ui/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ <h2 id="title"><span lang="ja">パズルの種類のリスト</span><span lang="
<li data-pid="sananko"></li>
<li data-pid="twinarea"></li>
<li data-pid="numcity"></li>
<li data-pid="topo"></li>
</ul>
</div>
<div class="lists others">
Expand Down
3 changes: 2 additions & 1 deletion src/puzzle/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@
pid === "fillomino" ||
pid === "symmarea" ||
pid === "snakepit" ||
pid === "keywest";
pid === "keywest" ||
pid === "topo";
break;
case "dontpassallcell":
exec = pid === "arukone";
Expand Down
1 change: 1 addition & 0 deletions src/pzpr/variety.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@
toichika2: [0, 0, "遠い誓い2", "Toichika 2", "toichika"],
tontonbeya: [0, 0, "とんとんべや", "Tontonbeya", "hakoiri"],
tontti: [0, 0, "Tonttiraja", "Tonttiraja"],
topo: [0, 0, "Topo", "Topo", "fillomino"],
trainstations: [0, 0, "Train Stations", "Train Stations"],
tren: [0, 0, "パーキング", "Tren"],
triplace: [0, 0, "トリプレイス", "Tri-place"],
Expand Down
2 changes: 2 additions & 0 deletions src/res/failcode.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
"bkSameShape.narrow": "Two regions with the same symbol have the same shape.",
"bkSameTouch.zabajaba": "Two blocks of the same shape and orientation are adjacent.",
"bkSameTouch": "Two areas of the same shape and orientation are adjacent.",
"bkConsecutive.topo": "The numbers in adjacent regions don't have a difference of exactly 1.",
"bkSCGe2.dosufuwa": "An area has two or more iron balls.",
"bkSepColor.interbd": "One kind of color is included in different countries.",
"bkSepNum.kaero": "Letters of one kind are placed in different areas.",
Expand Down Expand Up @@ -740,6 +741,7 @@
"nmAround.ripple": "Equal numbers touch.",
"nmArrowGt": "There are too many arrows adjacent to a number.",
"nmArrowLt": "There are not enough arrows adjacent to a number.",
"nmAverageNe.topo": "A clue doesn't indicate the average between two adjacent numbers.",
"nmBorderNe.nawabari": "The number is not equal to the number of border lines around it.",
"nmBranch.snakepit": "A snake branches off.",
"nmCircleNe.brownies": "A number is not equal to the amount of circles in the surrounding cells.",
Expand Down
Loading
Loading