pewpew/README.md
2015-06-06 11:30:31 -04:00

19 lines
852 B
Markdown

Simple SNES shoot-'em-up game.
Credits:
* Programming: Colin McMillen (<c@16bit.cc>, [+ColinMcMillen](https://plus.google.com/+ColinMcMillen))
* Ship graphics: Scott Robertson ([@carnivac](https://twitter.com/carnivac), <http://carnivac.tumblr.com>)
Run build.bat to build it. Assumes you have the `wla` assembler binaries and Neviksti's `pcx2snes` somewhere on your path.
The main files are:
* pewpew.asm: main code file.
* memory.asm: definitions of variable names (and memory layout) used by the game.
* registers.asm: definitions & documentation of important SNES registers.
* header.asm: definition of ROM layout & SNES header information for wla.
* init.asm: boilerplate "initialize the hardware" macro.
Screenshot:
![Screenshot](https://lh6.googleusercontent.com/-hMl72JNxxvo/VXMD56gpO1I/AAAAAAAB1ig/YQHfPTIY4lQ/w512-h448-no/pewpew008.png)