kivy-gamecamp-pong-tutorial/DEV_NOTES.md

15 lines
634 B
Markdown
Raw Normal View History

2016-06-03 15:14:05 -04:00
# Notes while working on Kivy
## Tutorial Improvements:
- [Adding Ball Animation](https://kivy.org/docs/tutorials/pong.html#adding-ball-animation)
- Add in placeholder variable to describe the random direction of the ball.
## Kivy File
- Properties need to be declared at the top of a section in Kv.
- Nothing in the Kv language specification on the order of properties / sections.
## Kivy language
- [Documentation for Kv language](https://kivy.org/docs/guide/lang.html)
- Documentation on language does not have an explicit section on adding comments.
- Nice to have tips for syntax-highlighting inside Kv files for PyCharm.