reversi

Need instructions for Reversi game

I am trying to write Reversi game in Python. Can anyone give me some basic ideas and strategy which are simple, good and easy to use? I would appreciate for any help because I've gone to a little far but is stucked between codes and it became more complex too. I think I overdid in some part that should be fairly simple. So.... ...

Code Golf: Reversi

OK, here's a rather elaborate code golf challenge: Implement a game of Reversi (Othello). The game should display the current state of the game-board and allow players at a single computer to alternately input moves. Incorrect input and disallowed moves must be caught, but can be ignored silently. The game must end when no more moves c...