Hw 4.2

This is my updated DRcar

“http://www.openprocessing.org/sketch/91059/embed/?width=600&height=400&border=true”></iframe>

For my midtermproject I was thinking either about recreating the snake game or a simple game where the person catches a jumping man.

for snake: void setup will only have the size. In void draw I am going to need some variables for square locations and an afterimage effect I am also going to need to use if statements for the “snake to grow longer and to let the player know if he/she lost and i need to use the random function to make the “food” come out randomly for the “snake” to eat. I also need to use key pressed to be able to move the “snake”.

for the walking man: I am not really sure how to approach this one. My idea was to have him walk horizontally across the screen and jump up in when he reached the middle of the screen. Then the person playing would catch him.

 

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *