lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

A way to make the transition from Scratch to Python smoother #242

Open nerdschmiede opened 3 years ago

nerdschmiede commented 3 years ago

First of all: Thank you lordmauve for your great work.

Problem: My students have to learn OOP. Idea: Everybody knows Scratch. If Pygame Zero act like Scratch (e.g. object behaviour and method names), then the transition is smooth.

I have made a helper module (basic idea comes from QuirkyCort). Some functions from Scratch like text input are not supported at this time.

Is it possible to add this kind of methods to Pygame Zero? Is it a bad idea?

fillwithjoy1 commented 3 years ago

Like moving it forward?