Welcome to Blockly Pygame Zero in TypeScript! This project brings the fun of Pygame Zero to your browser with a visual block-based programming interface. Get ready to create awesome games and interactive experiences with ease! 🎮
To see a working example of Blockly Pygame Zero (TypeScript), navigate to the example/ directory.
index.html: The main HTML file that loads Blockly and the Pygame Zero blocks.index.ts: The TypeScript file that initializes Blockly, defines the workspace, and handles code generation and execution.blocks.ts: Defines the custom Blockly blocks for Pygame Zero.generators.ts: Contains the code generators for the Pygame Zero blocks.msg.ts: Internationalization messages for the blocks.