0

How to create jungle adventure in c++ in this app step by step

5th Sep 2024, 5:35 AM
Nabil Dahdouh
Nabil Dahdouh - avatar
2 Answers
+ 2
Do you know how to code in C++?
5th Sep 2024, 4:20 PM
Chris Coder
Chris Coder - avatar
+ 1
Not sure what you have in mind for a "Jungle Adventure", but here's the basic approach to anything. Step 1: Brainstorm and organize your ideas of what the game should be like. Step 2: Determine what types of screens, objects, and other elements you'll need in the game. Step 3: Create some basic classes for those things. Step 4: Build the high level stuff first - like screens and other basics. Step 5: Continue building more details into each element of the game. Step 6: Test it like crazy. That's how you build anything in C++. Start with the biggest ideas, break them into pieces, and break those into smaller pieces until you have something you can start working on. Planning comes before coding. Plan it until the code ideas start coming to you. I can recall projects where I spent weeks in the planning phases before ever writing code.
8th Sep 2024, 12:48 AM
Jerry Hobby
Jerry Hobby - avatar