Common Computer Science References
CircuitPython is a subset of MicroPython, which is a subset of regular python. It is designed to let people run python on microcontrollers. A microcontroller is basically a small, low powered computer that can only run one (1) program (until you replace the 1 program with a new 1 program).
A PyBadge is a microcontroller that can run CircuitPython, but is cool because its has a screen and buttons that make it look like a GameBoy, well kind of!
You can simply use VS Code Web version:
VS Code Web version
add this "Serial Extension"
ENSURE: you have the Chrome Browser set to "Ask where to save downloads"
or you could use regular GitHub Codespaces and open a seperate tab with web Serial Terminal
or you can use the online CircuitPython IDE I created
To make your own image sheet, follow this tutorial
on a Chromebook you can get Gimp like this
or use other people's BMP sprites:
To make your own wav file, follow this tutorial