davidswelt / wolvesandsheep

Wolves And Sheep
8 stars 7 forks source link

Obstacles? #10

Closed davidswelt closed 11 years ago

davidswelt commented 11 years ago

Check if obstacles are implemented and if they work as intended.

Understand how obstacles are represented (GamePiece!). Try introducing some obstacles and see what happens.

davidswelt commented 11 years ago

Note that we have a "Pasture extends Player" class that seems to represent pastures (as a form of player that doesn't move.) There is no corresponding Obstacle class. How are obstacles displayed by the JGrameGrid board?