TurtleTheater / Cannonball

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

Cannon Methods #14

Closed geppettodivacin closed 10 years ago

geppettodivacin commented 10 years ago

You need to produce the code for the Cannon.fire() and Cannon.draw() methods. You may or may not want to use an image for the draw method. At least for now, the fire() method returns a Ball type. That can be up for further discussion once we have some other classes implemented.

I leave most of this to your good discretion. The fire() method fires a ball, and the draw() method draws the cannon. After that, it's up to you. Good luck!

Please respond to this either by email or by comment to let me know that you've read it.

geppettodivacin commented 10 years ago

Please use the cannon_methods branch that I've made for you. This will let me know that you've started from a common starting point and will make it easier to merge at the end. DO NOT merge in master while you work. I will take care of that at the end.