Homework 12.2

As I mentioned in the last class, I would be attempting to creating a simple platform game. Branching from that, I would think that I would need a character. I would start with:

character class
what color would my character be
what image would I use for it

draw
whatever I want my size for my screen to be
how high I want my ground to be
what color is the ground
what color is the sky
how tall my platform is
how wide my platform is

display
if{ so-and-so button is pressed, move so-and-so}
else{do nothing}
gravity would probably be needed

So far this is what I have. There would be more to be included, but the general breakdown would be this.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

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