nes

My nes projects
Log | Files | Refs | README

README.md (525B)


      1 # Moving square
      2 
      3 This was my first complete program. All it is is a square that you can move around with the controller, with a constant note playing in the background. This program taught me a lot of things, being the basics of audio, graphics and controller input.
      4 
      5 I didn't write this in an assembler because when I started I was using nasm, and I couldn't be bothered to switch after realising it didn't have 6502 support. I probably could have written some macros or something, but maybe next time.
      6 
      7 ![Clip](square.gif)