• 3 Posts
  • 31 Comments
Joined 2 months ago
cake
Cake day: March 7th, 2025

help-circle




  • I’ve been doing software for 6+ years so I know how projects balloon and get out of scope all the time and I do my best to constrain myself with proper project management to avoid it. But yeah it’s very probable that I miss the mark haha

    It’s not like I’d make a puzzle using the small games as pieces, nor would those small games be exactly independent, more like I’d use what I made during the previous lapse of time to build a small game.

    For example now I have an almost working full economy system with buildings that buy and produce goods, pops that buy it and consume it and work in the buildings, and I’m in the process of making a nice procedural planet generator. After that I’ll work on autonomous traders that go from one market to the other to profit of the arbitrage between goods. In the end I also need a way to set up specific player-defined trade routes. Well, if I do those two and modify them a bit, they make for a good basis off which making a trading game. Said game can enjoy the work I’ve made for the “big game” and I’ll obviously have to make specific features for it to be worth playing by itself, but half the game will simply be the core features of the “big game”, so I get to polish and improve them while working on the mini trading game.

    It’s true that I have to be careful with modules management though.

    Yep, I feel like you’re right in your last points. Thank you for your input :)












  • Well, that’s what I’m doing, I’m not writing for Windows specifically, and I’m using an engine that works well with any OS. But there is a difference between making the build and supporting it, it’s an actual commitment. Like others said here it’s a bad experience to try to use a native build and have it being bad or worse than a Win build that goes through Proton.

    In the end I think I’ll make builds and try to find testers for every OS, and try to estimate the viability of having a specific build using their feedback.