jingyuyao / tactical-adventure

A turn based strategy game inspired by Fire Emblem and Advance Wars
MIT License
1 stars 0 forks source link

Spawning ships should try to spawn next to cell if its occupied #159

Closed jingyuyao closed 6 years ago

jingyuyao commented 7 years ago

It currently throws an exception. However, it if very like ships will move into a "scripted location" during game play. We should not throw an exception and try to spawn the ship around it.

jingyuyao commented 6 years ago

MVP: Don't spawn ship if the location is blocked