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
1 change: 1 addition & 0 deletions src-ui/res/history.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@ nuriloop: This genre first appeared in Puzzle Communication Nikoli vol. 62.
ruleofthree: This genre was invented by Seren.
compass: This genre was invented by Silke Berendes.
soulmates: This genre was invented by GESAKU.
longest: This genre was invented by GESAKU.
1 change: 1 addition & 0 deletions src-ui/res/history.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,4 @@ kissing: ''
topo: ''
nuriloop: パズル通信ニコリ vol.62より
soulmates: GESAKU氏考案
longest: GESAKU氏考案
4 changes: 4 additions & 0 deletions src-ui/res/rules.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,7 @@ golemgrad: |-
4. A number indicates the size of the region that contains it.
5. All cells used by lines must form an orthogonally contiguous area.
6. The cells used by lines cannot form a 2x2 square.
longest: |-
Draw lines over the dotted lines to divide the board into polygons.
1. For each polygon, the side (or sides) with the biggest length must consist entirely of given borders.
2. Each given border must be part of the longest side for at least one of the adjacent polygons.
3 changes: 3 additions & 0 deletions src-ui/res/rules.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,6 @@ golemgrad: |-
7. すべての黒マスは、タテヨコに全体でひとつながりになっていなければなりません。
8. 数字の入ったマスを黒マスにしてはいけません。
9. 黒マスが2×2のカタマリになってはいけません。
longest: |-
1. 点線上に線を引き、面積1マス以上のブロックに分割します。使わないマスはありません。
2. 最初から表示されている線は各ブロックの最も長い辺(複数あるならすべて)です。書き込む線が最も長い辺の一部や全体になるようなブロックができてはいけません。
4 changes: 2 additions & 2 deletions src/res/failcode.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"arAlone.toichika2": "A number can not see an identical number.",
"arBlkEdge.loute": "An arrow is not at the endpoint of an area.",
"arBlocked.toichika2": "Other numbers are between a pair of numbers.",
"arBlockLt2.evolmino": "The arrow passes through less than two blocks.",
"arBlockLt2.evolmino": "The arrow passes through fewer than two blocks.",
"arCountGt.arrowflow": "A number has too many arrows pointing towards it.",
"arCountLt.arrowflow": "A number does not have enough arrows pointing towards it.",
"arDistance.distopia": "A number is not equal to the sum of the closest distances.",
Expand Down Expand Up @@ -686,7 +686,7 @@
"lnOnShade.recoil": "There is a line on a recoiled cell.",
"lnOnShade.yajisoko": "A line goes over a shaded cell.",
"lnOnShade": "There is a line on a shaded cell.",
"lnOnWhite.uturns":"A white circle is not in the middle of a line.",
"lnOnWhite.uturns": "A white circle is not in the middle of a line.",
"lnOverlap.kouchoku": "Some segments overlap.",
"lnOverlap.tontti": "A line overlaps a number.",
"lnPassOver.kouchoku": "A segment passes over a clue.",
Expand Down
Loading