oers / reversatile

Reversatile: Reversi for Android
GNU General Public License v3.0
19 stars 6 forks source link

Encapsulate CandidateMoves in GameState and BoardViewModel [WIP - with guess best mode] #49

Open panstromek opened 6 years ago

panstromek commented 6 years ago

both are accessible arrays that can be changed by anyone.

I want to create some safe data structure similar to MoveList (but that one is immutable which I dont want to for candidate moves)