Hi Guys, I’m trying to get my legs planted firmly on the ground with game development. So, please pardon the noob question. I am looking to have some system variables for my application that would of all different variable types, and have that always accessible during run time. What is the best practice of doing this? Should I simply create a class and put all of my variables inside it? Use a database? or something else? Eventually, they will have a gui where the users can adjust to their preference. However, since I’m just starting development, its without a UI. Please advise.
Thank you