Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 945 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 945 Bytes

Snake Game Project

This is a simple Snake game project created to showcase my skills in JavaScript, CSS, and HTML.

Introduction

This project is a classic Snake game implemented using JavaScript for game logic, CSS for styling, and HTML for the user interface. It was created to demonstrate proficiency in front-end web development technologies.

Features

  • Classic Snake Gameplay: Enjoy the timeless fun of the Snake game.
  • Responsive Design: Play the game on various screen sizes.
  • Customization: Tailor the game settings to your preferences.

How to Play

  • Use the arrow keys on your keyboard to control the direction of the snake.
  • Try to eat the food (represented by a red square) to grow your snake.
  • Avoid hitting the walls or colliding with your snake's own body.

Customization

You can customize the game by modifying the JavaScript or CSS files to change aspects like game speed, colors, or styling.