This week we learned how to code JavaScript. JS is different than Ruby, being paradoxically both more accepting and less accepting of syntax mistakes. One of the projects we had to create this week was a game, with almost all of the creative decisions left up to us. I started out trying to recreate the classic game "Snake", but found this task much more challenging than I originally anticipated. After hours upon hours of independent research into animation techniques I was finally able to display a dot on the screen and move it around. After that victory it became a simple matter of programming in the game logic. The result is a game called "Short Snake", a game where the snake does not grow longer, but instead increases speed. Though different from my original intention, I find myself very proud of this project!