Sunday, October 29, 2017

Puzzle 404: Combinable Sudoku

This is a new sudoku variation.

Rules: Place a digit in each cell, such that every row, column, and 3x3 box contains each digit 1 to 9 exactly once. Small numbers in some cells are the least possible sum of the number contained in that cell, and any of the numbers sharing an edge. In other words, small numbers represent the lower sum threshold that restricts the range of adjacent numbers for the number in that cell.




Saturday, October 28, 2017

Puzzle 403: Unparalleled Sudoku

A new sudoku variation.

Rules:   Place a digit in each cell, such that every row, column, and 3x3 box contains each digit 1 to 9 exactly once. Digits outside indicate that they are the largest/smallest of digits (without repetition) across all 9 cells in the same position of their respective box. However, the position of the digit is to be determined.



Friday, October 27, 2017

Puzzle 402: Casino Sudoku

A new sudoku variation.

Rules:   Place a digit in each cell, such that every row, column and 3x3 box contains each digit 1 to 9 exactly once. A pointer is placed in some cells, with direction given. Spin the pointer clockwise as many times as the number placed in the cell. Each rotation is equivalent to a movement of 45 degrees. The final direction pointed to, contains at least one instance of the digit in that cell.



Monday, October 23, 2017

Puzzle 401: Easier than ABC when not alone

This is a new variation to Easy As ABC. I am presenting an example, followed by a 6x6 puzzle.

Rules: In addition to usual rules, every letter has to be adjacent with at least one letter. 






Sunday, October 22, 2017

Puzzle 400: 4x100 4-in-one

This is a loop traversing four quadrants while satisfying the corresponding ruleset within each quadrant. The following four puzzle types are involved, rules described below.

Ripple Loop: Draw a closed loop that connects the centres of all cells horizontally or vertically. Wherever two circles are edge-adjacent, the loop must go straight through one, and make a right angle turn in the other.

Balance Loop:  Draw a closed loop passing through the centres of cells horizontally or vertically. All white circles must have equal segment lengths on both sides of the circle before turning. All black circles must have unequal segment lengths on both sides of the circle before turning. Numbers indicate the sum of the segment lengths on both sides of the circle.

Masyu: Draw a closed loop connecting the centres of some cells horizontally or vertically. All circles must be visited. The loop may not intersect itself. The loop has to go straight through every white circle, and
make a 90 degrees turn in at least one adjacent cell, while it has to make a turn in every black circle
and go straight through both cells adjacent to the circle.

Syuma: Draw a closed loop connecting the centres of some cells horizontally or vertically. All circles must be visited. The loop goes straight through every white circle, and turns in every adacent cell. The loop makes a
90 degrees turn in every black circle, and goes straight through at least one of the adacent cells.

Edit: A circle added in R12C8, and R9C7. White Circle in R19C12 in the first version is now corrected to black.






Friday, October 20, 2017

Puzzle 399: Ripple Loop

This ripple loop is a little trickier than the one I had posted a few days ago.
The next puzzle ( puzzle 400) would be 4 puzzles rolled into one. Will be posted soon.

Rules:Draw a closed loop that connects the centres of all cells horizontally or vertically. Wherever two circles are edge-adjacent, the loop must go straight through one, and make a right angle turn in the other.


Puzzle 398: Balance Loop



Rules: Draw a closed loop passing through the centres of cells horizontally or vertically. All white circles must have equal segment lengths on both sides of the circle before turning. All black circles must have unequal segment lengths on both sides of the circle before turning. Numbers indicate the sum of the segment lengths on both sides of the circle.

Theme: shaped by white circles
Edit: A circle  added  in R5C6.





Wednesday, October 18, 2017

Puzzle 397: Rekuto

Rules: Divide the grid into rectangular regions without overlapping, each containing exactly one number, which indicates the sum of both sides of the region in cells.


Puzzle 396: Regional Loop

Rules: Draw a closed loop passing through centres of all cells horizontally or vertically. The loop passes straight through all circled cells. The number of turns the loop makes in every visited region is constant across the grid.

Edit: The loop visits all cells. This was not mentioned in the ruleset.


Tuesday, October 17, 2017

Puzzle 395: Syuma

RulesThe loop turns in every black circle and goes straight through at least one adjacent square. The loop goes straight through every white circle and turns in both adjacent squares.

Theme:  almost antisymmetric


Monday, October 16, 2017

Puzzle 394: Masyu

Rules: Draw a closed loop connecting the centres of some cells horizontally or vertically. All circles must be
visited. The loop may not intersect itself. The loop has to go straight through every white circle, and
make a 90 degrees turn in at least one adjacent cell, while it has to make a turn in every black circle
and go straight through both cells adjacent to the circle.


Friday, October 13, 2017

Puzzle 393: Ripple Loop

This is the last puzzle I am posting for the WPC participants looking for some practice. I wrote three ripple loops. I am posting the elementary one here. Other two are a bit tricky.

Rules: Draw a closed loop that connects the centres of all cells horizontally or vertically. Wherever two circles are edge-adjacent, the loop must go straight through one, and make a right angle turn in the other.



Thursday, October 12, 2017

Puzzle 391-392: Sum Skyscrapers and Double Letter Easy As(Road to Bangalore)

The WPC opens with a Sum skyscrapers puzzle. Double Letter Easy As is also part of the same session.
This post contains one example of each of those puzzles.
1. Sum Skyscrapers:
Considering the points allocation, and my guess on the theme being potentially nearly similar to what I have used here, I think the WPC puzzle has to be a 7x7.
Rules:Place a digit from 1 to N, in an NxN grid, into each of the empty cells so that each digit appears exactly once in each row and column. Each digit inside the grid represents the height of the skyscraper in that cell. Each number outside the grid represents the sum of heights of skyscrapers that can be seen in the corresponding row or column. Taller skyscrapers hide shorter ones.

2. Double Easy As :
Again, I suspect this theme might be used, based on the points given to that puzzle.
Rules: Place the letters from the given word in the grid, such that each row and each column contains all the letters. Letters must be used as many times as they appear in the word. Identical letters can’t touch each other by a side. Some cells in the grid will remain empty. Letters on the outside indicate that this letter is seen first in the corresponding row or column when looking from that direction.



Edit: This had two solutions in the far-left. Modified to address that.





Wednesday, October 11, 2017

Puzzle 390: Balance Loop

I had never considered writing a balance loop until now. This is a triple-themed balance loop - no clues on the edges, antisymmetry, and odd clues on blacks, even on whites.

Rules: Draw a closed loop passing through centres of cells horizontally or vertically. All white circles must have equal segment lengths on both sides of the circle before turning. All black circles must have unequal segment lengths on both sides of the circle before turning. Numbers indicate the sum of the segment lengths on both sides of the circle.

Edit: A number added to R6C4, and a circle added to R6C3, to fix uniqueness issue.



Tuesday, October 10, 2017

Puzzle 387-389: Rassi Silai, Rectangular numbers, Falling Letters

This post contains three puzzles, all of which are appearing in the same session at the WPC. You may want to try these to get some practice.

1. Rassi silai
A simple path puzzle where construction relies on choosing shapes that restrict subpaths within the shape, while not making the puzzle look too trivial. I think this is one of those puzzles which are expected to be solved by every participant.

Rules: Thread a rope in each region. A rope is a path that passes through all cells of the region, between two cells that are end-points. Endpoints don't touch each other, not even diagonally.

2. I suppose "Falling letters" has something to do with the direction most of the competitors are flying to attend the WPC.
The puzzle I posted here would be my first. There is a key connectivity logic in the central 'T' region, otherwise there is nothing much going on.
Rules:
Place letters into some cells in the grid. Same letters cannot share a side, and blank cells cannot share a side. Each outlined region must be filled in alphabetical order, starting with ‘A’, from left to right and top to bottom. Each outlined region contains at least one blank cell. Cells with the letters form a single connected area.

3. Rectangular numbers was conceptualized by someone from India.
Rules: Place any one number from 1 to 4 exactly once in each of the thickly outlined regions. Every row and column must contain either no number, or two instances of the same number. Numbers cannot be placed in black cells. Rest of the Shading is inconsequential to the solution.






Monday, October 9, 2017

Puzzle 386: Nurikabe/Mochikoro

One of the parts in the deception round at the upcoming WPC features nurikabe, mochikoro, and 2 other puzzles that are interrelated in some ways. The puzzle in this post however is a single grid, and is solvable as both a nurikabe, and a mochikoro.


Sunday, October 8, 2017

Puzzle 385: The Largest Number

With many better ideas to choose from(my submissions), this was a surprise third puzzle to be included in that round, while the other two seemed to be deserving. Wonder where it would have scored higher than others.
I was trying to write one that is 'acceptably' immune to uniqueness deductions, which I think takes an effort with this and a few other number placement puzzles. The first attempt had two places where you could exploit uniqueness, will post that some other time. In the one I am posting now, it might not be easy to see any uniqueness shortcuts unless one really looks out for.

Rules: Fill every outlined region with different numbers from 1 to N, where N in is the number of cells in the region. No two adjacent cells can contain the same number. No two cells from different regions sharing a side can both contain the largest number of their corresponding regions.

 



Friday, October 6, 2017

Puzzle 384: Joker

This is a reject from the Puzzle Innovations Contest. This and other rejects were new variations around known puzzle styles, and they were not looking for such submissions.

Rules: Divide the grid along the gridlines into some regions, and fill each of the empty cells with a number, or a joker. When two cells containing the same number touch along an edge, they may not belong to different regions. Given numbers represent the area of the region they belong to. A region may contain none, or one or more of the given numbers, and may only contain either one, or no joker. In addition to the given jokers, you may insert more jokers. If a region contains a joker, its size increases by one, and it has to contain at least one number, but the numbers written inside the region do not get incremented. So, an m-omino remains an m-omino, with area m+1.


Puzzle 383: Reachability

Rules: Draw paths from each each arrow such that all cells of the grid are visited by paths. A path can move only into the cell that is pointed at by the arrow, and then moving through the centres of cells horizontally or vertically. A path can visit either four or five cells including the cell with the arrow. Blue line has to be a part of one of the paths.