tjferry14 / Cloud-Jump-2

Expanding on the original Cloud Jump.
7 stars 6 forks source link

Do we want a single Python file? #41

Closed cclauss closed 5 years ago

cclauss commented 10 years ago

Do we want the whole game in a single Python file or would it be acceptable to spread the capabilities across multiple files (CloudJump2.py, HighScore.py, Cloud.py)? Both are doable but a choice should be made.

tjferry14 commented 10 years ago

I'd rather have one big python file. If that is doable.

tjferry14 commented 9 years ago

I think for speed and code optimization we should start to split at least the HighScore function