dadevvtsvre
Sponsor
so right now I'm putting some finishing touches on my game's GUI (coded from scratch :shades) and working out how to incorporate user input. i'll probably end up making an array full of strings of all the possible commands, then make a for loop so that the game checks the user input and sees if it equals any of those commands. if yes, which one, and what will it do, if not, error message. something like that.
i'm making an old fashioned text-based adventure game, by the way.
i'm making an old fashioned text-based adventure game, by the way.