Created tetris game using functional JavaScript and HTML5 canvas. New pieces are randomly generated from existing collection of classic tetris shapes and travel down the board in intervals of 1 second. Player can expedite the drop intervals, rotate and move active pieces while in play. Game controls allow player to pause and start an existing game. If a row on the board is completely filled, row is cleared & and 10+ points are added to the player's score. Live demo available to play!
Created a Ruby on Rails web application where user's can securely create, store & manage their personal notes (memos) dynamically from a single page by utilizing Ajax and jQuery on the client side.