First steps AIThread.
authorgumartinm <gustavo@gumartinm.name>
Sat, 1 Sep 2012 17:12:27 +0000 (19:12 +0200)
committergumartinm <gustavo@gumartinm.name>
Sat, 1 Sep 2012 17:12:27 +0000 (19:12 +0200)
commit1c28085bf50b27d6099538bb6606342d2418a77c
treeace3abb9c8d7a9be351a2e93cb400b4ab494e055
parent59bc6a360abdc88f7a1659e6dca153fc59f1126f
First steps AIThread.

Bonus: code refactoring, trying to improve the OOP
res/layout/activity_reversi.xml
src/de/android/reversi/AIThread.java [new file with mode: 0644]
src/de/android/reversi/Board.java [new file with mode: 0644]
src/de/android/reversi/CheckMovement.java
src/de/android/reversi/ReversiView.java
src/de/android/reversi/logic/ReversiLogic.java [new file with mode: 0644]