This is a simple snake game created in VueJS 3. The objective of the game is to control the snake to collect food and grow in size. If the snake touches a wall or its own body, the game is over.
Use the arrow keys to move the snake in the corresponding direction.
You can try the live game at https://snake.sebdev.cl.
npm install
This game is built using VueJS 3. No other dependencies are required to run the game.
If you would like to contribute to this project, feel free to submit a pull request. If you have any issues with the game, you can also open an issue in this repository.
This project is licensed under the MIT License. See the LICENSE file for more details.