Closed cclauss closed 5 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.
I'd rather have one big python file. If that is doable.
I think for speed and code optimization we should start to split at least the HighScore function
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.