Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Pygame Tutorials - May 2020 #2


Discussion regarding this can be viewed at those issues

Part of: https://gitq.com/acord-robotics/python-learning/topics/1/new-plans-for-code-learning

Pygame Tutorials - May 2020
  • replies 9
  • views 4.5K
  • likes 0
Gizmotronn created from GitHub issue Pygame Tutorials
#2

[https://forums.acord.software/d/2-my-first-game-in-pygame/3](AC0/RD Forums thread about python)

I think I'm about ready to continue working through TechWithTim's Pygame Tutorial. Then I'll continue following this plan. I've also sent a message to @exynos-999 about the imgs and the bug with pygame.

Gizmotronn accepted post #3 as the answer
#4
Gizmotronn unaccepted post #3
#5
Gizmotronn created GitHub issue Pygame Tutorials - May 2020 based on post #1
#6

Started documenting it on notion.so: AC0/RD Notion >> Python-Learning

gizmotronn/python-learning:656a06....

Episode 5 - Projectiles

Commits

Python Discussion

A place to discuss one of the most popular and best programming languages right now, Python As this forum grows, we'll be adding more threads and issues (the full list can be viewed here).

Pygame Tutorial - Shooting Projectiles - techwithtim.net

In this tutorial we are going to be implementing projectiles. The first thing we are going to do is create a projectile class. Because we are going to be shooting bullets left or right we need to ensure our character is always facing left or right.

Update (June 1 2020)
I've added files to my Replit for this Pygame project, as well as finishing the enemies tutorial from TechWithTim.net. Replit's going to be really useful for testing out our projects: https://repl.it/join/zoxqybtr-irisdroidology

I'm also studying for exams so expect radio silence :)

#9
#10