1
TI Z80 / Re: Lights Out
« on: April 10, 2013, 04:07:17 pm »
I learned from z80 assembly for absolute beginners, so I have not read about generating random numbers. Thanks for the tip, I'll take a looksies. I left the run indicator there because then i feel safe about my program running and not having crashed (has happened way often during developing).
Why 4x4? because 16x16 sprite routines are easy to make, and it nicely divides the screen. But maybe the extra challenge is the reason to make a 5x5.
Why 4x4? because 16x16 sprite routines are easy to make, and it nicely divides the screen. But maybe the extra challenge is the reason to make a 5x5.