Commit Graph

25 Commits

Author SHA1 Message Date
SubaruArai c2471d3098
bugfix: tutorials pong score countup on right side (#7603)
The ball wasn't acting correctly when touching the right side:
The score countup occured when the ball's left side touched the right
wall.
2021-09-19 17:39:41 +02:00
0x005c 3d6e5f8ca4
Fix lack of white-space after colon in pong.kv 2019-08-17 12:58:28 +09:00
erm3nda 7b633542e7 Fixed bounce (#5943)
Disabled bounce ability once paddle hits ball untill paddle doesn't collide.
2019-03-10 11:49:30 +01:00
Mathieu Virbel d78d435a38 remove all informations about listview, and fix the latest example to use RecycleView 2018-10-06 16:08:24 +02:00
erm3nda 7664780e6c Pong tutorial: fixed PEP8
Adding surrounding spaces to operators
2018-07-13 05:57:01 +02:00
erm3nda a456bafe21 Pong tutorial: fixed multi-line imports
Removed \ style
2018-07-13 05:52:21 +02:00
Susmit 8c180097cb Pep8 fixes for example directory. (#4814)
* fixed pep8 errors

* pep8 fixes forexamples directory

* some more pep8 fixes
2016-12-17 11:41:12 +02:00
Meet Udeshi efac1d7ac1 Remove pep8 E265 from all files
block comment should start with '# '
sed rocks!
2016-12-14 21:18:55 +05:30
Piotr Kasprzyk c7cc3c6724 Fix remaining misspellings 2016-09-07 11:23:44 +02:00
Zen-CODE edde0a1921 Show hint about double tap in example. closes #4489
And varios pep 8 fixes
2016-08-17 22:21:16 +02:00
Peter Badida f47571cf55 Quick notes fix 2016-06-26 10:45:05 +02:00
Peter Badida 7db25ff187 Fix notes example 2016-06-04 10:28:18 +02:00
dessant 799da559bc tabs to spaces in example kv files 2015-10-24 20:41:19 +03:00
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Don Kirkby 9b8b29d90e typo fix of -> off in pong source code 2014-11-29 16:29:59 -08:00
Mathieu Virbel 71e24ffb59 tutorial: add final example of notes. now we have to have for the steps 2013-07-07 13:58:22 +02:00
rogererens 624192c6cf Update pong.kv
PongBalls' id is not needed at this point of the tutorial; moreover it had a confusing value that was different from the values later on in the text ('pong_ball')
2013-04-29 18:25:16 +03:00
rogererens b0d5b75b0d Update main.py
Make main.py in step 4 consistent with main.py in the other steps
2013-04-21 02:49:59 +03:00
tshirtman 19c3423aaa close #879 2013-01-28 13:18:28 +01:00
tshirtman e88f2ecd9a Revert "revert premature removing of Factory usage in tutorial"
This reverts commit 795e301fd8.

since 1.5 is out, there changes are really not needed anymore
2012-12-10 11:26:48 +01:00
tshirtman 795e301fd8 revert premature removing of Factory usage in tutorial 2012-12-08 23:55:58 +01:00
tshirtman 3d826160df update/fixes/spelling on pong tutorial 2012-12-08 18:19:43 +01:00
gabriel.pettier 9c68e79665 remove all obsolete __android__ uses in __name__ tests 2012-07-29 21:43:01 +02:00
Mathieu Virbel 488c24965b doc/gettingstarted: fix links on installation + add os icon
+ pushed tutorial section
2012-03-23 02:22:05 +01:00
Thomas Hansen 807bdbbe27 add pong tutorial 2012-01-10 21:53:01 -06:00