Skip to content

Commit

Permalink
Add Kissing Polyominoes
Browse files Browse the repository at this point in the history
  • Loading branch information
x-sheep authored Nov 27, 2023
1 parent 4256ca2 commit 605f7e2
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 9 deletions.
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?kissing" target="_parent">Kissing Polyominoes</a></li>
<li><a href="/p?lineofsight" target="_parent">Line of Sight サイトライン</a></li>
<li><a href="/p?tetrominous" target="_parent">Tetrominous</a></li>
<li><a href="/p?mannequin" target="_parent">Mannequin Gate マネキンゲート</a></li>
<li><a href="/p?nothing" target="_parent">All or Nothing オールorナッシング</a></li>
<li><a href="/p?alter" target="_parent">Alternation オルタネーション</a></li>
<li><a href="/p?tachibk" target="_parent">Tachiawase Block たちあわせブロック</a></li>
<li><a href="/p?mukkonn" target="_parent">Mukkonn Enn</a></li>
</ul>
</main>
</body>
Binary file added src-ui/img/kissing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src-ui/js/ui/Misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function toBGimage(pid) {
"ladders",
"kaidan",
"kaisu",
"kissing",
"kropki",
"kuroclone",
"lollipops",
Expand Down
1 change: 1 addition & 0 deletions src-ui/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ <h2 id="title"><span lang="ja">パズルの種類のリスト</span><span lang="
<li data-pid="tontonbeya"></li>
<li data-pid="pentatouch"></li>
<li data-pid="alter"></li>
<li data-pid="kissing"></li>
</ul>
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions src/pzpr/variety.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@
kakuru: [0, 0, "カックル", "Kakuru"],
kazunori: [0, 0, "かずのりのへや", "Kazunori Room"],
kinkonkan: [1, 0, "キンコンカン", "Kin-Kon-Kan"],
kissing: [
0,
0,
"Kissing Polyominoes",
"Kissing Polyominoes",
"statuepark"
],
koburin: [0, 0, "コブリン", "Koburin", "yajilin"],
kouchoku: [0, 0, "交差は直角に限る", "Kouchoku"],
kramma: [0, 0, "快刀乱麻", "KaitoRamma", "kramma"],
Expand Down
3 changes: 3 additions & 0 deletions src/res/failcode.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"bdPassStar.tentaisho": "A line goes over a star.",
"bdUnequal.antmill": "A cross clue does not overlap exactly 1 shaded cell.",
"bdUnused.fillomino": "A given border does not divide two regions.",
"bdUnused.kissing": "A bar is not adjacent to two different blocks.",
"bdUnused.lohkous": "There is an unused border.",
"bdUnused.mirrorbk": "A mirror does not divide two regions.",
"bdUnused.tren": "A border is not adjacent to a block.",
Expand Down Expand Up @@ -358,6 +359,7 @@
"ceUnused.kinkonkan": "A mirror is unused.",
"ciNotOnCnr.loute": "A circle is not at the corner of an area.",
"circleNotPromontory.kurodoko": "A circle is not a dead end.",
"circleShade.kissing": "A crossed cell is shaded.",
"circleShade": "A white circle is shaded.",
"circleUnshade.snake": "A circle is not shaded.",
"circleUnshade": "A black circle is not shaded.",
Expand Down Expand Up @@ -386,6 +388,7 @@
"csGt1.takoyaki": "A line has more than one circle in the middle.",
"csGt2": "The size of a mass of shaded cells is over two.",
"csGt4": "The size of a mass of shaded cells is over four.",
"csGtLimit.kissing": "Two blocks are adjacent in an invalid location.",
"csLoop.parquet": "There is a loop of shaded cells.",
"csLt1.nothree": "A dot doesn't overlap a shaded cell.",
"csLt1.takoyaki": "A line has no circle in the middle.",
Expand Down
Loading

1 comment on commit 605f7e2

@vercel
Copy link

@vercel vercel bot commented on 605f7e2 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pzprjs – ./

pzprjs-robx.vercel.app
pzprjs-git-main-robx.vercel.app
pzprjs.vercel.app

Please sign in to comment.