Edit the code from the tank game so that it will:
You can either use the provided .wav files or find your own (responsibly, of course).
<aside>
💡 Because the pygame.init is inside App's init method, we don't put sounds here. instead, we make the sounds and the music inside Tankgame's init method. Alternatively, you can move pygame.init before all the classes so that you can have your sounds as constants.
</aside>
<aside> ⚖️ Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License.
If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact [email protected] for inquiries.
</aside>