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 5 - Starting somewhere

This chapter covers

We are going to create a simple space shooting game throughout the rest of this book, but before we get too carried away, we should start with a simpler demo NES project that provides the basic template for making a game. This demo does all the required setup to get the console up and running, placing some text on the screen and two objects, a ball that bounces around the screen and a bat that is moved via the game controller.

Back to main page..

layout: page title: “Classic Games Programming for the NES - Chapter 5 - Starting somewhere” permalink: /ProgrammingGamesForTheNES/CGPNES-CH05