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?

top 3 comments
sorted by: hot top controversial new old
[–] [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.

[–] [email protected] 4 points 1 year ago

Yeah imo it’s definitely worth prototyping the core gameplay without the proc gen — not only does it let you test faster it also lets you experiment with features and designs that you may want to include in your generator without having to code them first.

[–] TeaHands 1 points 1 year ago

If you're 100% confident that your planned gameplay is fun, and if the procedural generation is the only thing involved that you're not yet 100% sure how to do, personally that's the only time I'd build it in from the start.

You need to get to the point of testing actual gameplay as fast as you can, and how the tileset was generated probably(?) doesn't have a huge bearing on that at first so it's worth doing the fast way.