Check the permitted movements for the human player.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Wed, 29 Aug 2012 23:05:32 +0000 (01:05 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Wed, 29 Aug 2012 23:05:32 +0000 (01:05 +0200)
commit2eb3df823c63bd591d3061ae0f4aad9d7a118030
treebdef4130f1afd5550a9c0f3b1f20d543d5225407
parent9bdb32ca345d4ccded4b144ade82cee8740f6e44
Check the permitted movements for the human player.
AndroidManifest.xml
src/de/android/reversi/CheckMovement.java [new file with mode: 0644]
src/de/android/reversi/Movement.java [new file with mode: 0644]
src/de/android/reversi/Player.java
src/de/android/reversi/ReversiView.java
src/de/android/reversi/Square.java [new file with mode: 0644]