At the end of this lesson, you will :
- You need to have a plan, not just wildly start coding
- Create a list of exactly what you will be coding, in the order you will be coding it
- each member of the group will create an ordered list of exactly the detailed steps they will do to program their piece
- example:
- get Python starting template forked from Mr. Coxall's GitHUb account
- create "main_menu.py" scene
- create timer code on "spash_scene" to move to "main_menu.py"
- create "setting_scene.py"
- create button on "main_menu.py" to move to "setting_scene.py"
- add background image to "main_menu.py"
- ...