- Home /
Question by
RogerW2520 · Apr 15, 2020 at 03:36 AM ·
gridtiletilesgrid based game
How to create a rotating tiles with walls on edges of tiles?
I'm creating a top-down game where the main mechanic is rotating tiles in a square grid with walls on some edges where two square tiles meet. Rotated tiles have all walls that touch them rotate as well, and the walls are shared between adjacent tiles. How should I create this and should I do this in 2D or 3D?
Comment