     "Necklace"
    a puzzle game
(c) 2008 Jim McCann / TCHOW
  http://tchow.com
=============================
RUNNING:
(linux)
  cd necklace;
  ./run_necklace.sh
(osx)
  leave necklace.app in the same folder as gentium.txf
  double-click necklace.app
=============================
PLAYING:
  Place the rectangles so that each rectangle touches (is tangent to) the last, and no rectangles overlap eachother or the squares. Levels are randomly generated, and get progressively harder. The rectangles you must place are shown to the right, the playfield to the left.
=============================
CONTROLS:
  Left-click to place a rectangle.
  Right-click to unplace the last rectangle you placed.
  ESCAPE to quit
  SPACE to cheat
=============================
REVISIONS:
2286 (sketch)
 - Initial public release.
2295 (sketch)
 - Same code, but with OSX packaging set up properly.
2343 (sketch)
 - level generation goes away (it will be back).
 - level loading (nice format for editing, too).
 - menu.
 - somewhat better graphics.
