Tony Cruise

This site provides support materials for the various books and tools that I have published directly or as Electric Adventures

View on GitHub

Classic Game Programming On The NES - Chapter 14 - Sounds effects

This chapter covers

We now have lots of gameplay features in our game and have learned several techniques of how to use the NES graphical hardware, but our game is silent. We need to add some sound to our game so that we can hear our main ship’s laser firing, enemies moving, explosions, and lots more. This will make our game even more compelling and fun to play, and we get to learn about the distinctive sound capabilities of the NES hardware.

Back to main page..

layout: page title: “Classic Games Programming for the NES - Chapter 14 - Sound effects” permalink: /ProgrammingGamesForTheNES/CGPNES-CH14