Click here to view and download my CV!

Breakout

Another classic game that I decided to try to implement in pure Javascript - I spent quite a bit longer on this than I did on Snake, because I wanted to make a decent user interface myself this time, as well as needing to spend longer on a necessarily more complicated game. I am quite pleased with the result, and think all it really needs is better graphics for the powerups (the current terrible but almost-functional ones were drawn my me personally), and some more levels. (I did design a very straightforward way to code the level layouts, so it should be easy for me or anyone else who so desires to add additional ones, or alter the current ones.) Note that the project does not currently support any other than keyboard input, and for this reason I have not yet made any attempt to make the game work on mobile.