In games like ROM City Rampage, you can only see one side of the building. In my game, you should be able to enter all sides of the building. I'm not sure how to draw the building then. I'm thinking about whether the map should have a 16x16 or a 32x32 block resolution. The game isn't for the NES, but for a DIY gaming console called Pokitto which has a 220x178 resolution if I'm not mistaken. The game is an RPG in which you can enter buildings by walking on the map, but when you enter the building, it turns into a 2D platformer like in Zelda 2. Since the map is based on a real city in which there can be buildings facing any direction, the player should be able to enter any of them from any direction and see their front face even if it faces north. So I'm thinking about if a building's block should be a square split into 4 triangles for each side of the building and have a smaller square in the middle for the roof; it would look like SMB1 stairway blocks in SMB1. I just hope it doesn't look messy. Chained buildings would have the intersecting sides removed and connected via the smaller square in the middle which stretches into a rectangle.
How would you draw a building that's enterable on multiple sides?
How would you draw a building that's enterable on multiple sides?