Programmer245 / IS24-AM32

Software Engineering Project - Bachelor of Computer Engineering (PoliMi)
0 stars 0 forks source link

Field: availableSpace needs to check if corners in the vicinity are coverable #33

Closed Programmer245 closed 6 months ago

Programmer245 commented 6 months ago

https://github.com/Programmer245/IS24-AM32/blob/33d5a0039513875b9b908150dd594840a7ca96f6/src/main/java/it/polimi/ingsw/am32/model/field/Field.java#L215-L225

The method should check whether a card can be placed at the given position by also considering whether or not the surrounding corners are coverable.

lorenzo-cmyk commented 6 months ago

Done