100 Days of Code Day 15
Today’s exercise is Building Telemetry (C#). Exercism still loves remote control cars. Unfortunately the site got stuck trying to analyze my code. I did run the tests locally so I know it passed but that is strange. I hope it finished checking by the time you read this. Anyway, today’s learning part was on ref and out parameters (pass by reference, and parameters treated as output from a function).
I still haven’t let go of the maze stuff. Today I tried changing the graphical maze to an isometric view. I spent way too much time on this. One small type-o had me chasing my own tail with the camera code for ages. The player “character” is the green and orange block in the middle of the screen. Thanks to kenney.nl for the isometric tiles.
