Tina is on a mission to collect all the burgers and touch Jimmy Pesto Jr.'s butt as much as she can. Use the left and right buttons to move. Watch out for stupid Mr. Frond. Use the up arrow to avoid running into him.
https://s3.amazonaws.com/assets.mockflow.com/app/wireframepro/fileexport/Export_D3f72033d16f6aae7dce0745d982f9cbb.pdf Here is my user story - the green labels are the MVP, the yellow lables are wishlist items that I'll do when I reach the MVP https://trello.com/b/pndTJVSu/burgers-and-butts I wanted the game board to be a simple grid style so I could detect collisions correctly. Part of why I chose Bob's Burgers as the theme is that I knew that transparent images of characters would be readily available. These are all sized based off of the grid size.I knew I wanted to incorporate jQuery to make the game more interactive and add the arcade functionality of moving a character around a game board. The grid was created using a for loop with JavaScript and jQuery appending squares.
The biggest challenge with this game was getting the collision detection to work correctly. I went through several iterations of the code to detect collision. It would either fire at the wrong times or not at all. Ultimately I was able to create a series of if checks so that the detection fired when it was supposed to.