100 Days of Code Day 89
Todays exercise was to build a tree out of some records. I am not sure my code is better than the code I was supposed to replace but it looks better to me. A whole lot of unspecified conditions on this one, like continuous ID numbers. I don’t think any discussion tree should expect continuous IDs. What if someone deletes a tree node? Or you just show a subset.
Today I stole code from …. myself. The thing I am working on (hopefully a clone of Atari’s Tempest) could use a vector look. So I stole it from my Space Rocks from Space repo. It’s mine, and public so I think it is fair game. If not well I probably wasn’t going to win anyway.
I have what passes for a title screen now. I may throw in high scores if there is enough time, or maybe I will just have the best score printed at the bottom. Now I just need to make the game part of the game.
