Tagged Questions
4
votes
4answers
349 views
How important is Programming for a Level Designer?
I'm currently attending school in a Level Design program, and I was wondering how important programming really is in being a Level Designer?
I'm apparently incapable of learning programming (despite ...
7
votes
4answers
504 views
Recursive dungeon maps as represented by an elastic 2d array
I came up with a method for recursively generating simple dungeon maps by starting with one room and recursively connecting new adjacent rooms randomly to it.
Maps are represented as two dimensional ...