Kacper-Mila / Team2_Polish_draughts

0 stars 0 forks source link

create customized board scenario #58

Open GasiorMateusz opened 2 years ago

GasiorMateusz commented 2 years ago

step by step how to customize board layout:

  1. remove existing pawns image

  2. add pawns using: this.fields[row][col] = new Pawn(new Coordinates(row, col), black);

  3. update counters !!! image

  4. example: code: image board: image