TurtleTheater / Cannonball

Firing a cannonball from a cannon, made fun!
MIT License
0 stars 0 forks source link

Player Implementation #17

Closed geppettodivacin closed 10 years ago

geppettodivacin commented 10 years ago

Matthew will be making a Player class over the next few days and should be done with it by Thursday. I will respond when he is finished and tell you that you may begin your work.

You will be instantiating one Player variable in the main file that we will use as a default player for the next time we turn it in. Make sure that the player has a cannon and that the cannon can fire, even if at the time the fire() function does nothing.

Make the player global within the scope of the file. He will be the player that is used for the demonstration of the controls that we will be adding this week.

If you need to, feel free to edit any file that you want. Make a commit if you have a logical grouping of edits before you make more changes.

If you have any questions, feel free to ask.

Please respond to this either by email or by comment to let me know that you have read it, or I shall not hesitate to harass you by any means necessary.

geppettodivacin commented 10 years ago

Scratch that. I don't know if the Player class will get done in time. I'm reassigning you, and I'll give you something you can work on now.