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: 2 additions & 0 deletions src-ui/res/history.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,5 @@ longest: This genre was invented by GESAKU.
mrokmrno: This genre first appeared in Puzzle Communication Nikoli vol. 171.
syncskating: This genre first appeared in Puzzle Communication Nikoli vol. 168.
trizone: This genre was invented by Inaba Naoki.
landmeasure: This genre was invented by Philipp Weiß.
elasticlink: This genre was invented by Arvi Teikari a.k.a. Hempuli.
1 change: 1 addition & 0 deletions src-ui/res/history.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,4 @@ longest: GESAKU氏考案
mrokmrno: パズル通信ニコリ vol.171より
syncskating: パズル通信ニコリ vol.168より
trizone: 稲葉直貴氏発案
elasticlink: Arvi Teikari氏発案
12 changes: 12 additions & 0 deletions src-ui/res/rules.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,15 @@ trizone: |-
1. No two shaded cells are horizontally or vertically adjacent.
2. Numbers must be contained in a region of 3 cells. Every region has exactly one number.
3. Numbers indicate how many shaded cells are horizontally or vertically adjacent to its region.
scrabble: |-
Write one letter in some of the cells to form the given words. Some letters are given.
1. Every run of 2 or more consecutive letters forms a word (left-to-right or top-to-bottom). There cannot be words that aren't present in the word bank.
2. Each word in the bank appears exactly once in the grid.
3. All cells with letters must be connected.
elasticlink: |-
Draw lines to form pairs between the circles.
1. Lines cannot cross or overlap each other.
2. Each line must turn at least once.
3. For every turn, the lengths of the line segments on both sides of the turn must differ by exactly one.
4. A number indicates the length of the line segment overlapping that cell. All cells with numbers must be visited.
5. If the line turns on a number, the number indicates the length of either the horizontal or vertical line segment overlapping the cell.
Loading