“Convert” Python Game Star Pusher to Scratch Game and Solve Some Design Issues

In my previous post, I mentioned that I "converted" a Python game made from PyGame module into Scratch project. In this post, I will introduce some key design issues when "converting" it to Scratch project. After all, there is not any convenient magic conversion. However, if we read through the Python code and utilize its …

Continue reading “Convert” Python Game Star Pusher to Scratch Game and Solve Some Design Issues

Where Do I Find Game Ideas for Scratch and Python Game Development?

Game development is an important method to help learning a programming language, no matter it is learning Scratch, Python or Javascript. When I am developming code lessons, sometimes I am facing the problem of running out of game ideas, here are a few channels I use to ignite my ideas: Note: all the recommendation here …

Continue reading Where Do I Find Game Ideas for Scratch and Python Game Development?