Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.52 KB

projectroadmap.md

File metadata and controls

24 lines (23 loc) · 1.52 KB

RoadMap

  • Create projectroadmap.md

  • Modify README.md to include Roadmap

  • Clone danielhp02's repository

  • Find examples of adding audio to Python-based games

  • Add sounds to the paddle colliding with the ball

  • Add sounds to the walls colliding with the ball

  • Add sounds when the player loses a life

  • Add sounds to the bricks colliding with the ball

  • Add opening sound when booting up the game

  • Add background music that loops continuously

  • Added a secret. Try to Find It!

  • Use Adobe Audition to modify soundfiles

Notes on Related Projects

So, I found some articles telling how to add audio with pygame to a python file. (https://opensource.com/article/20/9/add-sound-python-game) This website teaches readers how what to do with soundfiles and presents links to other sites that can help coders. One of my findings, was that for audio it is recommended to convert an audio file from the format of mp3 to ogg in order to lower the file size.

I also looked at this here: (https://github.com/felipead/breakout) Which unfortunately was not able to run. The comments and commits were hard to follow and were hard to understand. When trying to run it, it would open via shell script. Then it would show an error with alot of text for a split second, then close itself. I think the reason it does not open properly (and other similar Breakout projects in Github) do not work is having to due with the shell script or the Windows Batch File.