• Honytawk@feddit.nl
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    4
    ·
    15 hours ago

    I designed games myself. It is very easy. Just switch around some variables.

    Every game does it like that, whether it is HP, damage, enemy spawns, probability to take a specific action, … it is all just playing around with variables.

    It is neither lazy nor not fun.

    Did you really think they completely redesign a game for every difficulty?

    It is you that has no idea what you’re talking about.

    • Warl0k3@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      7 hours ago

      I designed games myself

      How do you do, fellow game designers.

      it is all just playing around with variables

      “All game design is just changing numbers” sure, and all programming is just manipulating two values over and over and over. But the difficult part isn’t changing the numbers, the difficult part is the mechanisms that define how those numbers interact with other numbers. “Magic Numbers” have a place in game design yes, but they are not by any stretch how those systems are defined. If your game was created like that, it cannot have been very good…