FAQ
Here are some questions that might be on your mind:
Q) Despite using classes, I am finding that the code is getting very long and unmanageable again.
A) One of the biggest issues is the structure of our code. As we learn more C++, we will also learn ways to make the code more manageable and generally less lengthy. We will do so in the next project and the final project too. By the end of this book, you will know about a number of strategies that you can use to manage your code.
Q) The sound effects seem a bit flat and unrealistic. How can they be improved?
A) One way to significantly improve the feeling the player gets from sound is to make the sound directional, as well as changing the volume based on the distance of the sound source to the player character. We will use SFML's advanced sound features in the next project.