simon987 / Much-Assembly-Required

Assembly programming game
https://muchassemblyrequired.com
GNU General Public License v3.0
926 stars 88 forks source link

Obstacle structure #147

Open simon987 opened 6 years ago

simon987 commented 6 years ago

Implement obstacle structure. The structure should implement the Attackable interface. Obstacles can be created when the obstacle blueprint (#146) has been obtained.

Need to make to sure block the player from building obstables (and any other structure) on world boundaries or on top of other objects. (See #145, should have a canBuild() method)