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?

  • wccrawford@lemmyonline.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    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.

  • jordan@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    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.