I did it again, one line of code to complete the exercise Acronym which takes a sentence and makes an acronym out of it. That one should be in the easy category, not medium.

For the 2048 game I improved the tile animation but it still doesn’t look quite right. Kind of passable if you run it quickly. Some of the problems was that if you had two tiles animating and one finished before the other it would go back to where it came from then snap to where it goes. Really distracting. Deciding if I want to call it good enough and put in sound effects tomorrow or keep going. I do seem to be getting some seg faults now. Not sure where those are coming from. May try to hunt them down if I port to Visual Studio, gdb is brutal. No picture, looks the same as yesterday for the most part.