Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.64 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.64 KB

Flutter Snake Game

Snake Game Demo

Overview

This Flutter application implements the classic Snake Game. Players control a snake that moves around the screen, eating food to grow longer. The game ends if the snake collides with the walls or itself.

Features

  • Simple and intuitive controls.
  • Smooth and responsive gameplay.
  • Score tracking to keep track of your progress.
  • Adjustable speed for added challenge.
  • Colorful graphics and animations.

Getting Started

To run the Snake Game on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/iayr1/snakegame
    
  2. Navigate to the project directory:

    cd flutter_snake_game
    
  3. Run the application:

    flutter run
    

How to Play

  • Use the arrow keys or swipe gestures to control the direction of the snake.
  • Guide the snake to eat the food without colliding with the walls or itself.
  • The snake grows longer each time it eats food.
  • The game ends if the snake collides with the walls or itself.

Contributing

Contributions are welcome! If you'd like to contribute to the development of this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive messages.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

Credits

This project was created by Mayur Chaudhari. It is based on the Flutter framework and inspired by the classic Snake Game.

License

This project is licensed under the MIT License.