-
Notifications
You must be signed in to change notification settings - Fork 75
Python turtle crossing : feature to recognize when turtle reaches finish line. #11
Copy link
Copy link
Open
Labels
Bug-HerculesThis section problems are meant for senior sectionThis section problems are meant for senior sectioneasyit is an easy taskit is an easy taskfeature-implementationThis issue requires you to develop a feature from scratchThis issue requires you to develop a feature from scratchissue-fixThis issue requires you to solve problems in existing code and overcome them by whatever meansThis issue requires you to solve problems in existing code and overcome them by whatever meanspythonpython language specificpython language specific
Metadata
Metadata
Assignees
Labels
Bug-HerculesThis section problems are meant for senior sectionThis section problems are meant for senior sectioneasyit is an easy taskit is an easy taskfeature-implementationThis issue requires you to develop a feature from scratchThis issue requires you to develop a feature from scratchissue-fixThis issue requires you to solve problems in existing code and overcome them by whatever meansThis issue requires you to solve problems in existing code and overcome them by whatever meanspythonpython language specificpython language specific
PROJECT FOLDER - bug-hercules/python-turtle-crossing
CURRENT STATE - Currently, the turtle moves beyond the screen if it successfully moves past all the cars i.e. it does not not crash with any car. There is no specified finishing line or point at which the turtle finishes one level and moves on to the next one. This issue needs to be assessed.
DESIRED STATE - Implement a feature to detect when the turtle reaches the finish line and then update the level afterwards. The turtle should move to the initial position at the starting of every level.
LEVEL - Easy
FOR - BugHercules (Senior Section)