Skip to content

A modern take on the classic Snake Game with custom textures and dynamic visuals!

License

Notifications You must be signed in to change notification settings

EchoSingh/Snake_Game_SDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wakatime🐍 Snake Game

Snake.Game.mp4

A classic Snake Game with textured graphics, powered by SDL2 and C++. Enjoy the nostalgic gameplay with modern visuals!

🎮 Features

  • 🖼️ Custom snake textures for the head, body, and tail.
  • 🍎 Randomly generated fruit with a unique design.
  • 🌌 A beautiful background to enhance the gaming experience.
  • ⏩ Adjustable game speed for dynamic gameplay.

🗂️ Project Structure

SnakeGame/
├── Graphics
│   ├── apple.png
│   ├── background.png
│   ├── body_bottomleft.png
│   ├── body_bottomright.png
│   ├── body_horizontal.png
│   ├── body_topleft.png
│   ├── body_topright.png
│   ├── body_vertical.png
│   ├── head_down.png
│   ├── head_left.png
│   ├── head_right.png
│   ├── head_up.png
│   ├── tail_down.png
│   ├── tail_left.png
│   ├── tail_right.png
│   ├── tail_up.png
├── Screenshots
│   ├── 1_screenshot.jpg
│   ├── 2_screenshot.jpg
├── .gitignore
├── LICENSE
├── README.md
└── SnakeGame.cpp

🖼️ Screenshots

Gameplay Screenshot

Gameplay Screenshot

Snake Growth Screenshot

Snake Growth Screenshot

📜 License

This project is licensed under the MIT License.

🙏 Acknowledgments

  • SDL2 and SDL2_image for the game framework.

Enjoy playing Snake Game! 🐍🍎

About

A modern take on the classic Snake Game with custom textures and dynamic visuals!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages