this post was submitted on 23 Jun 2023
11 points (100.0% liked)

GameDev

638 readers
2 users here now

A community about game development.

Rules:

More rules might follow if they become necessary; general rule is don't be a pain in the butt. Have fun! ♥

GameDev Telegram chat.

founded 1 year ago
MODERATORS
 

If you had an idea for a game that you eventually wanted to be procedural generated would you first play with the design on a static tileset?

If so is there anything to keep in mind while designing your assets / game objects?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago

While you're developing a game, there's going to be a lot of things that won't be coded yet. Many of them are simply going to need to be stubbed in until you can implement them fully, or somehow worked around.

Which ones get what treatment is going to be very particular to your game, and your development style. There's no wrong way to do it. Do what works for your situation.