I'm trying to make a block building game where you construct a ship. (Sort of like Simple Rockets, but with out the physics)
I don't really know where to start but here's what I'm going for:
Not every block can be connected on every side, some just on the sides, or just bottom, etc.
The blocks will need to be pinned to another block so the whole ship can turn.
If part of the of the ship is destroyed any (newly) unconnected blocks will not be connected to the ship
And some way the ship could be saved (to an array)
I've tried working on this all night (literally past midnight) And I just can't make a go of it.
Any pointers or help?
Many, many thanks.