
Reversi (clone)

---------------------------
Written by Reid Howard
   November 2002
reidhoward@hotmail.com
www.geocities.com/reidonius

Thanks to Fuuxion (fuuxion@hotmail.com) for the stone graphics.
---------------------------


Rules:
---------------------------
To place a piece legally:

- in at least one direction from the placed piece (diagonals count,) there must be an adjacent piece of the opposite colour, AND there must be a piece of the SAME colour farther away in that direction.  If this is true, all pieces between the placed piece and the distant piece of the same colour, become that colour. This happens for each of 8 directions (Try it, you'll see what I mean).

- the space you place the piece in must be unoccupied

The game is over when all spaces are filled or neither player has a legal move.  The winner is the player with more stones.


Features:
---------------------------
- when the mouse is over a space, that space is highlighted lighter or darker, depending on whose turn it is.


