Tracer
by Pio for Wednesday Workshop #149 - The Logic Puzzle Challenge @ socoder.net




THE GAME

Main screen, mouse controls:

	Left click and drag: move path points
	Right click: open menu, where more help is.
	Right click on path: trace path

Menu Screen, mouse controls:

	Click on hint: open level
	Right click: exit menu

, menu items:
	HELP - show help page
	LOAD - load situation
	SAVE - save current situation
	EXIT - exit game




COMMAND LINE
and files

Use command line to open a puzzle file for playing or editing.

Command line syntax:

	TRACER.EXE [filename]
	starts a game
	filename = name of file with levels
	If none is specified, "levels.pzl" is used.
	
	TRACER.EXE filename EDIT
	opens existing or creates new file for editing
	New file is created if filename doesn't exist.

Examples:

	TRACER.EXE "My Levels.pzl"
	TRACER.EXE easy.pzl EDIT

Situation saved with SAVE option in game menu will have 
the same name as in filename, but "sav" extension.




LEVEL EDITOR

Main screen, additional keyboard controls:

	Letters: Drop a point with that letter assigned
	0: Delete point
	1-9: Set level path complexity (must press once)
	[]: Browse levels
	{}: Delete last/make new level
	Enter: Save level (no message)

Menu screen

	Type to change pointed level hint

No solution is defined.
