Day 1-3: Joe's Furniture Removals

I did some brainstorming for each of the themes last week, and luckily, "One Room" was one of the four I could come up with anything for. My main goal for my first pyweek is to really just try to produce a finished game, so I've decided to go with a concept that shouldn't be too hard to implement and is bound to work as a fun game. I've going with a sort of Sokoban-style game with some added flair where you work for a furniture removal company. I got a basic implementation of the game engine written on Day 1 and I've spent Day 2 and 3 sourcing some nice artwork and fonts, implementing a scene/director structure for the game logic (based on a nice tutorial: http://nicolasivanhoe.wordpress.com/2014/03/10/game-scene-manager-in-python-pygame/) and some basic title screen and menu objects.