Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.09 KB

Snake Game in C++ with OpenGL

Classic Snake Game implemented in C++ using the OpenGL graphics library.

Table of Contents

Introduction

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!

Features

  • Classic Snake gameplay.
  • Graphics rendered with OpenGL.
  • Score tracking.
  • Game Over screen.

Prerequisites

Before running the Snake Game, ensure that you have the following prerequisites installed on your system:

  • C++ compiler
  • OpenGL library

Getting Started

Follow these instructions to get the Snake Game up and running on your local machine.

Installation

  1. Clone the repository.
git clone https://github.com/mo7ammedd/snake-game-opengl.git