Python Forum
[Pygame] Avoid SentDex pygame tutorials - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [Pygame] Avoid SentDex pygame tutorials (/thread-2775.html)



[Pygame] Avoid SentDex pygame tutorials - georgecoopers - Apr-09-2017

Yesterday I created this game, called "Space Invader Attack". After feedback from a previous game i made i realized that the techniques and concepts i had learnt from the you tuber SentDex was completely inefficient and long winded.

Using these new techniques i have made the following:

https://github.com/georgecoopers/Pygame-Progression.git

If possibly further feedback for the techniques i have used here would much appreciated.

Thanks,

George Cooper


RE: [Pygame] Avoid SentDex pygame tutorials - metulburr - Apr-09-2017

To be honest i am quite surprised at the progress you made in the past week or two. You completely revamped your game structure for the better. Some people take years to get this far, and you have done it in so little time. I am impressed.