Website Development
Click here to visit the project webpage
Project Description
There are two projects in this class: First, you will make a Super Mario Bros. NES ROM hack using a Hex Editor. Second, you will make a WAV file parser where you can apply effects and change the metadata.
Target Audience: Those with interests in
- How binary data is stored
- Understanding file formats
- Mario
- Music
Project Curriculum
Super Mario Bros. Unit
- Text Encoding (change Mario’s name)
- Sprites and Pallets (change Goomba’s sprite)
- Tiles (edit title screen)
WAV Parser Unit
- WAV File Format (std::ifstream)
- Manipulating the WAV (std::ofstream)
- Encoded WAV Metadata