guyver2 / battlechess

Chess with Battleship modification. You can only see around your pieces.
3 stars 4 forks source link

Unify Board, btchBoard and schema game #30

Open quimnuss opened 3 years ago

quimnuss commented 3 years ago

Right now possiblemoves and moves are split into three classes. Unify the three.

quimnuss commented 3 years ago

schemas prepare_for_player

model moveSnap --> Board

model getPossibleMoves --> BtchBoard