JackWritesCode
JackWritesCode
  • 8
  • 1 373
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

КОМЕНТАРІ

  • @vmartme
    @vmartme Рік тому

    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 :)

    • @jackwritescode6522
      @jackwritescode6522 Рік тому

      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 :)

  • @washifyjr
    @washifyjr 2 роки тому

    Recommended to me

  • @washifyjr
    @washifyjr 2 роки тому

    Wow