Sure! Here's a basic implementation of the Snake Game using JavaScript, HTML, and CSS:
To play the game, open the above code in a web browser, and you'll see a canvas with a black square representing the snake and a red square representing the food. Use the arrow keys on your keyboard to control the movement of the snake, and try to eat the food to increase your score. The game ends if the snake collides with itself or the walls of the canvas.