dhasenan / damask

MUD server in D, with procedural generation
Apache License 2.0
2 stars 0 forks source link

Ensure towers are at corners #12

Open dhasenan opened 8 years ago

dhasenan commented 8 years ago

Right now, we have walls with a tower not quite at what looks like the end of a wall.

What happens is, the angle between two walls is shallow enough. Like you have a 5:1 NE:N wall, and it ends with a NE exit. Then you have a 3:1 E:NE wall, and it starts with a NE exit. This looks strange.

There are two obvious ways of doing things:

dhasenan commented 8 years ago

Okay, third obvious way: require walls to adhere to specific angles. But that would be messy.