100 Days of Code Day 65
Lots of exercism.org exercises today. Most of them on the C# track, but I did “Eluid’s Eggs” (count the 1 bits in a number) for both C# and Javascript. C# had two remaining easy ones “ReverseString”, and “RNA Transcription” that I implemented. Then I ported over “Camica”, and “Relative Distance” from the Javascript track. Both of those were a lot more work than expected and probably sub-optimal. So that’s a grand total of six exercises today (might be a record). That leaves 6 shared, and 5 unique exercises on the C# track (11 total), and 35 exercises on the Javascript track with 6 being shared.
On the GameBoy side of things, I finished reading the book. I even skimmed the appendices. To complete things, I got the remaining samples compiling and running.
- sgb_border_overlap
- sgb_border_fullscreen
- sgb_multi
- sgb_settings
- sgb_sound_test
It took me 42 (life the universe and everything) of the 100 days of code to finish the book. Now I can start working on a GameBoy game. I might take a break first, not sure yet.