RELIEF LESSON
Thursday Week 5 (2-June-2022)
In preparation for making your own game, today you should work through this set of short videos which will make a simple game from scratch. Your game may adapt and extend this one, or it might be very different, but there will almost certainly be things of use to you.
You can use
Mu Editor
orVisual Studio Code
. If using Visual Studio Code, you need to start each program with:import pgzrun
and finish it with
pgzrun.go()
If you have trouble with this, use Mu Editor instead.
If you already have Mu installed, still go to the Company Portal and check that you have the most up to date version. If you can press the Install button, there is a newer version.
Note that you had an older version before, you may end up with two copies installed, an old one called Mu, and a new one called Mu Editor. Use the one called Mu Editor.