Skip to content

Latest commit

ย 

History

History
43 lines (29 loc) ยท 1.03 KB

File metadata and controls

43 lines (29 loc) ยท 1.03 KB

Snake Game ๐Ÿ

A classic Snake Game implemented in Kotlin using Android Studio. Control the snake, eat food, and grow longer while avoiding collisions!

๐Ÿ“Œ Features

  • Smooth gameplay with responsive touch controls
  • Classic snake mechanics: grow when eating food, game over on collision
  • Simple and minimalistic UI
  • Score tracking

๐Ÿš€ Installation

  1. Clone the repository:

    git clone https://github.com/MrCelestial/SnakeGame.git
    cd SnakeGame
  2. Open the project in Android Studio.

  3. Build and run the application on an emulator or a physical device.

๐ŸŽฎ Controls

  • Swipe Gestures - Move the snake (Up, Down, Left, Right)

๐Ÿ“ธ Screenshots

(Include relevant screenshots here)

๐Ÿ› ๏ธ Technologies Used

  • Kotlin
  • Android Studio
  • Jetpack Compose

๐Ÿ† Contributing

Pull requests are welcome! Feel free to improve the game, fix bugs, or add new features. Simply fork the repository and create a PR.

๐Ÿ“œ License

This project is licensed under the MIT License.


Enjoy playing! ๐Ÿ•น๏ธ