- 8
- 1 373
JackWritesCode
Приєднався 9 гру 2017
Welcome to the channel of JackWritesCode. A channel dedicated to teaching people of all skills how to take their Python code to the next level. With quick, clear explainations, examples, and showcases, you can learn quickly, and efficiently, without the usual bloat found in UA-cam tutorials.
Functions in Python
A quick, no-fuss introduction to the basics of the functions within Python 3.
Переглядів: 21
Відео
Try/Except in Python
Переглядів 124 години тому
A quick, no-fuss introduction to the basics of the Try/Except statements within Python 3.
The Random Module in Python
Переглядів 919 годин тому
A quick, no-fuss introduction to the basics of the 'random' module within Python 3.
Lists in Python
Переглядів 819 годин тому
A quick, no-fuss introduction to the basics of lists within Python 3.
'While' loops in Python
Переглядів 919 годин тому
A quick, no-fuss introduction to the basics of 'while' loops within Python 3.
'For' loops in Python
Переглядів 1119 годин тому
A quick, no-fuss introduction to the basics of 'for' loops within Python 3.
Python Pygame Solar System Simulation - Jack Whitworth
Переглядів 1,1 тис.2 роки тому
A simulation of the solar system made with Python 3 and Pygame 2.1.2 jackwhitworth.com/posts/python-pygame-solar-system-simulation/ github.com/jmwhitworth/Pygame-Solar-System
Python Dungeon Game by Jack Whitworth
Переглядів 2622 роки тому
A Python Dungeon Game by Jack Whitworth jackwhitworth.com/project/pygame-dungeon-crawler-game/ github.com/jmwhitworth/Pygame-Dungeon-Game
How you get not so laggy ? I tried something similar and was disaster (I tired make gravity and collisions) so not end up well :( If you can advise me Please :)
The trick with pygame is how you handle sprites. Without looking at your code my first thought would be are you using sprite groups effectively or are you just for looping over lists of sprites? You got some code to share? If not, look at the code for this project and it might help :)
Recommended to me
Wow