The program keeps telling me that the __init__ in Rock takes two arguments and
only one is given. Ideas?
The point of the game is to dodge falling rocks. Two more appear every time one
reaches the bottom of the screen.
# Avalanche, a dodging game
# Written by Josh Wilkerson
# Dodge falling rocks
It was even giving me a syntax error when said code was in a comment.___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
Can you help me with something? This code (it also draws from the text_game
file) says it has a syntax error, but I can't seem to find what it is, I think
the code is having a fit but I'm not sure. I'm appreciative to all hep.# Josh Wilkerson's Project 1 Part 3
# 2/25/2013
# Basic layout of text-