We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify the Snake qml file to properly support food generation, changing snake directions, and handling death
Look at FlappyBird.qml and understand how the logic for Flappy Bird works, apply that and modify it to support Snake
No response
The text was updated successfully, but these errors were encountered:
#111: Completed snake logic without testing
d4963ea
#111:Modified Snake.qml
d635c6e
Merge remote-tracking branch 'origin/Develop' into #111-Snake-Logic
1f862ea
#111: Mostly finished snake logic
4be6a17
sumershinde22
Successfully merging a pull request may close this issue.
Description
Modify the Snake qml file to properly support food generation, changing snake directions, and handling death
Acceptance Criteria
Proposed Solution
Look at FlappyBird.qml and understand how the logic for Flappy Bird works, apply that and modify it to support Snake
Mocks
No response
The text was updated successfully, but these errors were encountered: