V
V
vladocc2016-01-28 12:17:24
Programming
vladocc, 2016-01-28 12:17:24

What is the best approach to procedural generation to use?

I need to procedurally generate a game level for a user. I have a choice of either generating the entire level when the user enters it, or generating each room individually when the user enters it. What approach and what is better?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Армянское Радио, 2016-01-28
@gbg Куратор тега Программирование

Первый проще с точки зрения реализации, (можно завесить все прогрессом и генерировать сколько влезет).
Второй требует мастерства, чтобы успеть сгенерировать комнату за время между кадрами.
Первый менее комфортен для пользователя, второй - более.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question