๐ Snake Game (C++) Welcome to the classic Snake Game built using C++!
This project is a simple console-based game where you control a snake to collect food, avoid walls, and grow as long as possible without crashing into yourself.
๐ Features Console-based gameplay
Snake grows with each food eaten
Game over if the snake hits the wall or itself
Simple controls (W/A/S/D for movement)
๐ ๏ธ Built With C++
Standard Libraries (iostream, conio.h, etc.)
Console I/O
๐ฎ How to Play W โ Move Up
S โ Move Down
A โ Move Left
D โ Move Right
Collect the * (food) to grow longer.
Avoid hitting the walls or your own tail.