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
- Host: GitHub
- URL: https://github.com/mo7ammedd/snake-game
- Owner: Mo7ammedd
- Created: 2023-12-20T12:07:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T12:20:50.000Z (about 2 years ago)
- Last Synced: 2025-03-29T03:41:24.984Z (10 months ago)
- Topics: cpp, glut, glut-library, opengl, snake
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```