Thank you man!! I was getting mad to start with kivy... great help! Please continue to teach this basic things.:)
@Abdullah-mg5zl4 жыл бұрын
Thanks! Right now, I don't have any plans of making more Kivy tutorials, but who knows, maybe in the future
@omudugavu5 ай бұрын
bro i just found this channel. i love this, am politely asking if you can teach us how to do mobile touch apps.
@7r-12-gurmandeepsinghbhath33 жыл бұрын
The video I was looking for! Thanks for your help bro
@Abdullah-mg5zl3 жыл бұрын
No problem man!
@HairyFrigginPlotter4 жыл бұрын
Pretty cool! But how would you bind user input on a mobile phone, with tap or swipe ?
@ppimentell2 ай бұрын
very cool, but..how would one use touch inputs here instead of keyboard?
@satyamkumar43678 ай бұрын
But how did you managed to run your program continuously without using any loop ??
@roshbit20914 жыл бұрын
Hey what if I want to make a mobile game, how do I write the code of the touch screen as the input instead of the keyboard? Please reply, really urgent!
@Golden-uz5nn4 жыл бұрын
You may do something like this: def on_touch_down(self, touch): print(“Hello”) the on_touch is integrated into Kivy You can just google search it
@josedanielcpp4 жыл бұрын
Excellent video !!!!
@Abdullah-mg5zl4 жыл бұрын
Thank you!
@N4NO25082 жыл бұрын
Hey!! Great tutorial dude! But i have a bit of an issue... right after the last steps you have shown us, by making the rectangle move according to the WADS keys that are assigned, as soon as i run the program, it opens the window with my rectangular image, but when i push any of the WADS keys, instead of moving like it should, it just closes the window... what now? How do i fix this? Someone please help!
@N4NO25082 жыл бұрын
Someone please respond! I've been down in the dumps with my stuff not working like it should, even though i insert every single word EXACTLY like its shown on the video, but at the end then, it doesn't want to work the way it should... and I've double check, then tripple checked, and my code is exactly right... I don't understand why this is happening... and its really breaking my motivation... :(
@N4NO25082 жыл бұрын
Nevermind... i figured it out... my bad... thanks for the tutorial again man... really helpful!
@Abdullah-mg5zl2 жыл бұрын
Yeah not a problem man, good job figuring it out!
@bugcoder24124 жыл бұрын
Please make font larger
@Abdullah-mg5zl4 жыл бұрын
That's a good idea! Will do so in my future videos!
@KapilKumar-og4hz3 жыл бұрын
Thanks sir but I want a help from you . Please give the code of this game using separate kivy file with python file please sir I have taken this game as college project I want to improve it using levels and player selection but I don't know how I can implement using this code if you will give me tha kivy file code with python separate then I can do this please sir
@jateenbhagat54964 жыл бұрын
great Job Man!!! Helped me a Lot...
@Abdullah-mg5zl4 жыл бұрын
Thanks man! I'm very glad you found it helpful! Hope you have a great weekend!
@LotusP25 жыл бұрын
this reminds me of pygame
@Abdullah-mg5zl5 жыл бұрын
Really? I've never used pygame.
@nuklearboysymbiote5 жыл бұрын
@@Abdullah-mg5zl yeah what you're doing with this is quite similar. But I think kivy makes it less annoying to program and it's slightly higher level
@Abdullah-mg5zl5 жыл бұрын
@@nuklearboysymbiote That makes sense, from what I've heard pygame is relatively low level!
@nuklearboysymbiote5 жыл бұрын
@@Abdullah-mg5zl ye unless u write ur own reusable stuff within pygame
@Golden-uz5nn4 жыл бұрын
@@nuklearboysymbiote wow. As a beginner, I found pygame way easier than kivy
@drivingudaipurwati3 жыл бұрын
Very nice video but I need Hindi video
@fazilokuyanus33965 жыл бұрын
thanks!
@Abdullah-mg5zl5 жыл бұрын
Not a problem!
@NiekHM5 жыл бұрын
thanks for the your help but I get an error when I use your code "AttributeError: 'GameWidget' object has no attribute '_on_keyboard_closed'"! thank you for your time