Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wittgenstein Briquet #486

Merged
merged 17 commits into from
Sep 11, 2023
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?wittgen" target="_parent">Wittgenstein Briquet</a></li>
<li><a href="/p?kaisu" target="_parent">Kaisu</a></li>
<li><a href="/p?pentatouch" target="_parent">Penta Touch</a></li>
<li><a href="/p?waterwalk" target="_parent">Water Walk ウォーターウォーク</a></li>
<li><a href="/p?patchwork" target="_parent">Patchwork パッチワーク</a></li>
<li><a href="/p?myopia" target="_parent">Myopia</a></li>
<li><a href="/p?sashikazune" target="_parent">Sashikazune さしカズね</a></li>
<li><a href="/p?brownies" target="_parent">Brownies ブラウニー</a></li>
</ul>
</main>
</body>
Binary file added src-ui/img/wittgen.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 @@ -183,7 +183,8 @@ ui.keypopup = {
sashikazune: [10, 0],
patchwork: [10, 0],
waterwalk: [10, 0],
haisu: [10, 0]
haisu: [10, 0],
wittgen: [4, 0]
},

//---------------------------------------------------------------------------
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 @@ -190,6 +190,7 @@ function toBGimage(pid) {
"vslither",
"walllogic",
"waterwalk",
"wittgen",
"yinyang"
];
if (imgs.indexOf(pid) >= 0) {
Expand Down
1 change: 1 addition & 0 deletions src-ui/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ <h2 id="title"><span lang="ja">パズルの種類のリスト</span><span lang="
<li data-pid="takoyaki"></li>
<li data-pid="magnets"></li>
<li data-pid="battleship"></li>
<li data-pid="wittgen"></li>
</ul>
</div>
<div class="lists others">
Expand Down
1 change: 1 addition & 0 deletions src/pzpr/variety.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@
walllogic: [0, 0, "ウォールロジック", "Wall Logic"],
waterwalk: [0, 0, "ウォーターウォーク", "Water Walk", "icewalk"],
wblink: [0, 0, "シロクロリンク", "Shirokuro-link"],
wittgen: [0, 0, "Wittgenstein Briquet", "Wittgenstein Briquet", "kaidan"],
yajikazu: [1, 0, "やじさんかずさん", "Yajisan-Kazusan"],
yajilin: [
0,
Expand Down
4 changes: 4 additions & 0 deletions src/res/failcode.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@
"cu3.aqre": "There are more than three unshaded cells in a row.",
"cuConnOut": "Some unshaded cells are not connected to the outside.",
"cuDivide.kaidan": "The rectangles are divided.",
"cuDivide.wittgen": "The cells not used by rectangles are divided.",
"cuDivide": "The unshaded cells are divided.",
"cuDivideRB": "The unshaded cells are divided.",
"cuEndpoint.takoyaki": "An endpoint does not have a circle.",
Expand Down Expand Up @@ -525,6 +526,7 @@
"lnLenGt.reflect": "The lines passing a triangle are too long.",
"lnLengthGt.pencils": "A line is longer than the connected pencil.",
"lnLengthLt.pencils": "A line is shorter than the connected pencil.",
"lnLengthNe3.wittgen": "A block does not cover exactly 3 cells.",
"lnLenLt.anglers": "A line is shorter than the number.",
"lnLenLt.reflect": "The lines passing a triangle are too short.",
"lnMultipleTips.pencils": "A line connects to more than one pencil tip.",
Expand Down Expand Up @@ -636,8 +638,10 @@
"nmIgnored.herugolf": "There is a Hole without a ball.",
"nmIneqNe.minarism": "A inequality sign is not correct.",
"nmLineGt.hashikake": "The number of connecting bridges to a number is not correct.",
"nmLineGt.wittgen": "The number of blocks adjacent to a number is not correct.",
"nmLineGt1.amibo": "Multiple lines connect to a white circle.",
"nmLineLt.hashikake": "The number of connecting bridges to a number is not correct.",
"nmLineLt.wittgen": "The number of blocks adjacent to a number is not correct.",
"nmLineLt2.kouchoku": "A clue doesn't have two segments.",
"nmLineNe.ichimaga": "The number is not equal to the number of lines out of the circle.",
"nmLineNe.lither": "The number is not equal to the number of lines around it.",
Expand Down
Loading
Loading