UltimatePygameIntro icon indicating copy to clipboard operation
UltimatePygameIntro copied to clipboard

The project for the ultimate introduction to pygame. Link: https://youtu.be/AY9MnQ4x3zk

Results 10 UltimatePygameIntro issues
Sort by recently updated
recently updated
newest added

At approx 1:21:00 in the tutorial a pink rect is drawn behind the score and a second one is drawn as an outlined rectangle to make it larger. This worked...

```pygame 2.1.2 (SDL 2.0.16, Python 3.10.4) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/home/emsi/PycharmProjects/UltimatePygameIntro/runner_class only.py", line 106, in player.add(Player()) File "/home/emsi/PycharmProjects/UltimatePygameIntro/runner_class only.py", line 8, in...

make the screen on the game any size instead of a fixed size. screen = pygame.display.set_mode((800,400),pygame.RESIZABLE)

Discover a thrilling game created entirely with Python and popular Python libraries, inspired by the beloved T-Rex Google game. Dive into hours of entertainment, pushing the limits of Python's capabilities....

Provide requirements.txt

Remove space character from source code file name: ![file](https://user-images.githubusercontent.com/23004737/152641707-414894ef-aa0d-44c5-a77b-46ddfe9abdfc.png)

Consider writing Python code meeting the PEP 8 standards: https://www.python.org/dev/peps/pep-0008/

I just completed the section of the video where you add the feature that adds snails by constantly adding them to an empty list but it spawns so many snails...