The classic snake game built with Javascript, html, css, and a LOT of pink.
-
Clone the repository:
git clone https://github.com/hbudalama/make-your-game.git cd make-your-game
-
Open the game in your browser:
open index.html
- Controls: Use the arrow keys (
↑
,↓
,→
,←
) to navigate the snake. Press P to pause and resume the game. - Objective: Eat the food to grow your snake longer. The game ends if you hit the wall or run into yourself.