An open API service indexing awesome lists of open source software.

https://github.com/mo7ammedd/snake-game

Snake Game implemented in C++ using the OpenGL
https://github.com/mo7ammedd/snake-game

cpp glut glut-library opengl snake

Last synced: 9 months ago
JSON representation

Snake Game implemented in C++ using the OpenGL

Awesome Lists containing this project

README

          

# Snake Game in C++ with OpenGL

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

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Controls](#controls)
- [Gameplay](#gameplay)
- [Contributing](#contributing)
- [License](#license)

## 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.

```bash
git clone https://github.com/mo7ammedd/snake-game-opengl.git

```