Literally, what classes do I start out with writing? You start with the Display, right, with the screen and everything, but then what classes do you write? The main menu, or the maps? I’m just confused as to where to start.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use to start with writing the main game loop i.e: the update loop, which allows the Display to update itself.
You can probably start wherever you like though 😉
My self-rule is to start with the most important stuff.