Kylotan said:
Unity is probably not a good choice for a management style game, because those games rely a lot on complex UI, and Unity is not good for complex UI. That's not to say that it can't work, just that you make your life harder that way. It might help if you can find a 3rd party asset to purchase that would help with the UI element, but I don't know of one that I could recommend.
Sadly, there isn't one single ‘best route’ for how you should go about this - it depends on several factors:
- Do you care about being able to sell the game or not?
- Do you need the game to run in a web browser?
- Do you have any programming experience?
- Just how ‘limited’ can the graphics be?
And that's just for the technical side. For the design side, you're going to have to think about how to model the processes in your game. It might be a good idea to look at board games, war games, and tabletop roleplaying games, as they have clear rules published that cover how events are generated and resolved. It's not a very popular genre in terms of how many people work on games like this, so there isn't much published onlione about writing rulesets for them.
Thanks @kylotan .
Responding to your questions…
- I need the game to be sellable but not to mass market. I can position this as part of a research project so I just need to ‘sell’ the idea to a few people.
- Running a browser would be fine to start
- I am average with HTML, CSS, Java and my background is data so I can use SQL, R and Python (not sure how comprehensive the backend for this game needs to be).
- I think the overall graphics should be very limited. I want the UX to be the main feature, i.e. numbers and dashboards, as opposed to characters.
Interesting that you mention board games. I have a friend who owns a successful board game company and he has offered to help me with my rules. I'm also building an excel mock up for the data changes.
I agree re: lack of online documentation on this although I was hoping this was due to my lack of knowledge about keywords to search.
Do you happen to know which engine might be better to build the game?
Thanks for your previous response, and for any advice you can provide going forward.