this post was submitted on 24 May 2025
465 points (97.5% liked)

Games

38773 readers
1300 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here and here.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ramirezmike@programming.dev 9 points 1 day ago (1 children)

6 months doesn't sound unrealistic for re-doing a menu system. Designing, reworking art, re-programming workflows and then testing everything can take several months. Even just the logistics of releasing it after it's done, that alone can take a month.

Yes, it is possible to setup everything in a very generic way that is data-driven, but that also is a lot of work that has to be prioritized with the scope of the project and the team members available.

it is possible to setup everything in a very generic way that is data-driven, but that also is a lot of work

Sure, but it can also be reused in future games. Separate styling from behavior and you can make it look unique for every game with minimal code changes.