]> git.cworth.org Git - cworth.org/blob - src/puzzles/star_duel.mdwn
Add Robert Haight as another solver
[cworth.org] / src / puzzles / star_duel.mdwn
1 [[!meta title="Star Duel"]]
2
3 [[!tag puzzles]]
4
5 I just had [my second
6 puzzle](http://www.gmpuzzles.com/blog/2014/12/star-duel-carl-worth//)
7 published at [GM Puzzles](http://www.gmpuzzles.com). Take a look.
8
9 This puzzle is a Star Battle, which is an elegant and easy-to-learn
10 puzzle type. All you have to do is place some stars into the grid such
11 that exactly one star, (or more stars for larger puzzles), appears in
12 each row, column, and bold region. Also, no two stars can be placed in
13 adjacent cells, not even diagonally.
14
15 For the puzzle I published today, I took a couple of steps beyond the
16 basic Star Battle formula. First, I made the grid quite large, (15x15
17 with 3 stars per row/column/region). Then I also provided two
18 grids. Each grid has the same solution of stars, so you work back and
19 forth between the grids to solve them both simultaneously. Finally,
20 instead of dividing the regions into random-looking arbitrary shapes,
21 I tried to make some recognizable pictures with the grids. If you
22 click through above, hopefully you'll be able to recognize the shapes
23 I was going for. This puzzle marks my first in a series of puzzles
24 where I chose the name of the puzzle type as the theme for the
25 puzzle. So, I drew a star battle for a Star Battle puzzle. And with
26 dual grids, I named this battle a Star Duel.
27
28 Finally, I should point out that where my <a
29 href="http://cworth.org/puzzles/clueless_nanro/">previous puzzle</a>
30 was published on a Monday, <a
31 href="http://www.gmpuzzles.com/blog/2014/12/star-duel-carl-worth/">
32 today's puzzle</a> is published on a Saturday. The GM Puzzles website
33 publishes puzzles that get increasingly difficult throughout the
34 week. So if you've never attempted a star-battle puzzle before, I
35 don't actually recommend you start with my puzzle from today.
36
37 Instead, you might start with this <a
38 href="http://cworth.org/2014/hint6-star-battle/">simpler star
39 battle</a> puzzle that I wrote as part of a <a
40 href="http://cworth.org/2014/">Christmas puzzle hunt</a> for my
41 boys. It's a very gentle introduction to the puzzle type. If you try
42 it, you can ignore the second grid with the C, H, A, and S
43 regions. That was part of a metapuzzle included in the puzzle hunt.
44
45 Happy puzzling!