His tutorials are absolutely fantastic! I noticed I'm learning way more in same amount of time compared to watching a popular channels nowadays. Shame he stopped making videos years ago. Python popularity just exploded in last few years.
@timw5944 жыл бұрын
I downloaded your circle pusher code and I've spent the last couple/few nights dissecting every line mainly the math as my math ended at high school geometry. That said after some other youtube videos refreshes on atan2, radians, cos, sin etc and playing around with the circle pusher outputting the math as I moved circles around... I finally got it.. This is really brilliant stuff... Appreciate it. More impressive is the efficiency of the code. When I look at the structure, the variables there isn't anything I can find to improve efficiency wise. Just wanted to say this was extremely helpful in my after hours amateur hour video game coding pursuit.
@codePylet4 жыл бұрын
I'm glad you managed to work it out. Keep up the good work :)
@dianatsarkova46736 жыл бұрын
thank you! It's a good movie about collides.
@danlimaanimations67395 жыл бұрын
awesome tutorials
@canoocs4 жыл бұрын
Thank you a lot!
@muhammedshameel56847 жыл бұрын
hey code pylet make tutorial on a cool space invader style game from beginning to end in pygame
@sxmourai68972 жыл бұрын
I can't open onedrive
@szymanek2k2087 жыл бұрын
Hi can you in the next video make a film about multiplayer games.
@HB-lx2ey7 жыл бұрын
GBPL pygame is hard to do multiplayer in, especially online multiplayer. Python has barely any networking libraries that can be synced with a pygame game loop. I have tried multiple times to make a pygame multiplayer game but alas I have never manged online multiplayer. The library I used was mastermind networking library wich hasn't been updated since 2003 but it was the best library I could find.