It has been a while since I started off with the fun stuff so lets do that today. I decided to go a bit further with the small OLED display. One of the first things I always seem to do is draw a bunch of random lines.

The next thing I usually do is change that to draw bubbles raising from the top to the bottom of the screen.

Here it is in motion.

Finally, I wanted sprites. I got a horrible pac-man-ish thing and a mock-space-invader going across the screen with a background of a grid. I did see some slowdown with the bubbles, but I think I could make a game if I just wire up enough buttons. I should probably figure out sound too.

For exercises, I did D&D Character in JavaScript and Intergalactic Transmission in C#. C# has just four left. Two medium, two hard (I think one of the medium is actually hard) with two of those shared with the JavaScript track.