[_1_] Running gtk-sudoku

To run this game, use the command: gmake -f Makefile
This will compile the source files, after which you can simply run ./gtk-sudoku
	!!! Please send any errors/bugs/feedback/questions to !!!
	!!!         fallstar_6@users.sourceforge.net          !!!

[_2_] Requirements:
	gcc compiler
	pkg-config tool
	GNU make
	GTK+ libraries

[_3_] Using gtk-sudoku

Hopefully, this is where gtk-sudoku will differ from other sudoku programs.

- Clicking on a square will allow you to supply a number. Entering a number
  is done through the keyboard. Depending on the game size, valid input is
  1-9 (9x9 sudoku) or 0-9,A-F (16x16 sudoku). Any other input is ignored.
  You may change the value of the selected square simply by entering another
  value, without having to first delete it.

- Middle-clicking erases the current number.

- Right-clicking allows you to copy the value from the square last clicked on,
  so for example, you click on an empty square and type '9'. If you then right-
  click on another square, the '9' will also appear there. You don't really 
  even need to change the number of a square, so if you click on a square with
  the value '3', right-clicking a different square will also yield a '3'. Also,
  this is yet another way of erasing a number, since you can click on an empty
  square and then right-click to erase other values.

[_4_] Customizing gtk-sudoku

It is possible to customize the look and feel of gtk-sudoku by editing 
gtk-sudoku.rc

[_5_] To Uninstall

The above instructions do not actually install the game on your machine; they 
simply compile the code and allow you to run the executable. If you no longer
wish to have this game existing on your hard drive (although I can't imagine
why :-P), then simply remove everything related to gtk-sudoku - probably 
something to the effect of: rm -rf gtk-sudoku*

If you wish to be able to install this game (as opposed to simply having the
executable), then send me a link that would instruct me how to do this, and 
your wish will be granted.
