A simple snake game written in HTML, CSS and JavaScript.
ℹ️ Hosted version coming soon!
- You need to have Node.js installed
- Clone the repository
- Run
cd snake
- Run
npm install
to install the dependencies - Run
npm run dev
to start the game
- Use the arrow keys (⬆️⬅️⬇️➡️️) or
W
,A
,S
,D
to move the snake. - Eat the food to grow.
- Don't run into the walls or yourself.
- Have fun!
This project is licensed under the MIT License - see the LICENSE file for details.