Skip to content

ramazancetinkaya/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

A simple, yet classic Snake game developed using HTML, CSS, and JavaScript.

Snake Game Logo

⭐️ If you find this project useful, consider giving it a star to show your support. ⭐

Demo

Demo

About the Project

The Snake Game is a classic arcade game where the player controls a snake that moves around the game area to eat food and grows longer each time it eats. The game gets more challenging as the snake grows, and it must avoid colliding with itself or the walls.

This project implements the basic game mechanics and provides a user interface for an enjoyable gaming experience.

Features

  • Snake movement using arrow keys.
  • A food item that grows the snake upon consumption.
  • Score tracking system.
  • Game over functionality on snake collision with itself or wall.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Web browser (Chrome, Firefox, Safari, etc.)
  • Git (optional, for cloning the repository)

Installation

No installation is required. Simply clone or download the repository and open the index.html file in a web browser to play the game.

  1. Clone the repository:

    git clone https://github.com/ramazancetinkaya/snake-game.git
  2. Open the project folder:

    cd snake-game
  3. Open the index.html file in your preferred browser.

Usage

To play the Snake Game:

  1. Open the index.html file in your preferred web browser.
  2. Use arrow keys (up, down, left, right) to control the snake.
  3. Collect the red food to grow the snake and earn points.
  4. Avoid collisions with the walls and the snake's own body.
  5. Have fun playing the Snake game!

Game Controls

  • Up Arrow: Move the snake upwards.
  • Down Arrow: Move the snake downwards.
  • Left Arrow: Move the snake to the left.
  • Right Arrow: Move the snake to the right.

Built With

  • HTML5
  • CSS3
  • JavaScript

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License. For more details, see the LICENSE file.

Copyright

© 2024 Ramazan Çetinkaya. All rights reserved.