1. Make the truck move up and down using arrow key keybinds 2. Make a variable that will represent the number of customers fed 3. Make a key bind for the space key that when it's pressed, it fires out a food box 4. Make a collision between the food and customer when it hits the customer. 5. Make the customers move right to left, as the food will move left to right when fired. 6. Add a function that can spawn new customers so there aren't just the same customer every time a new one spawns. 7. Add a collision with the customer and the truck, so when they collide a game over screen appears and stop the game. 8. Add a condition to test if 30 customers were fed, if so, then display a you win screen and stop the game.