Classic Snake Game implemented in C++ using the OpenGL graphics library.
Welcome to the Snake Game in C++ with OpenGL! This project brings the classic Snake Game to life using C++ and the OpenGL graphics library. Enjoy the nostalgic gameplay and feel free to contribute to the project!
- Classic Snake gameplay.
- Graphics rendered with OpenGL.
- Score tracking.
- Game Over screen.
Before running the Snake Game, ensure that you have the following prerequisites installed on your system:
- C++ compiler
- OpenGL library
Follow these instructions to get the Snake Game up and running on your local machine.
- Clone the repository.
git clone https://github.com/mo7ammedd/snake-game-opengl.git