Python Forum
[PyGame] Creating Pong in Pygame - 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] Creating Pong in Pygame (/thread-30149.html)



Creating Pong in Pygame - Russ_CW - Oct-09-2020

Hi Folks,

This is my version of Pong, coded in PyGame, which was pretty fun and not too difficult to code. Any comments welcome :)

Code

Code:


RE: Creating Pong in Pygame - michael1789 - Oct-10-2020

I'm your 8th subscriber.

I like your presentation style but in future videos I'd like if it were framed/zoomed so that the text in the code is more readable.  You can't read it well enough to follow along, pause and work from the screen, imho. That's just how I watched tutorials.

I'm not an expert on screen capture and exactly how to accomplish this, but I bet someone on this forum is.


RE: Creating Pong in Pygame - Russ_CW - Oct-11-2020

Thanks Michael Smile . Yea, you're right about the zoom - I use sublime for my code and that lets me zoom in/increase text size to make it much more readable, so I'll keep that in mind for future videos