This plugin registers a custom Gutenberg block named 'Snake Game'. It enqueues a block editor script that uses @wordpress/scripts to register the block, rendering a canvas placeholder in the editor. It also enqueues a front-end script that initializes and runs a Snake game on a canvas element: handling the game loop, rendering the snake and food, responding to arrow key input, and displaying the (