100 Days of Code Day 24
I couldn’t get motivated until late in the day. Anyway today’s exercise was gigasecond. Basically for a given date return a new date a million seconds later. Dates are stored as milliseconds past a given epoc so you just add 1×10^12 to it. The extra three is to account for milliseconds.
The next project is to start on GameBoy coding. I have a book “Game Boy Coding Adventure” by Maimilien Dagois. Today I finished through chapter 2 going through assembly language opcodes. This will my first time writing a program in assembly (not counting embedded snippets in C back in the days of DOS)
I also updated the minesweeper program to handle problems when the screen got too small. Fix is uploaded to itch.io.
