Skip to content

This project is a classic Snake game implemented in the C++ programming language using the OpenGL graphics library. The goal of the project is to demonstrate the basic principles of working with OpenGL and creating an interactive 2D game.

License

Notifications You must be signed in to change notification settings

dryerem19/SnakeGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Snake OpenGL Game

A simple snake game in C++ and modern OpenGL

About The Project

[Product Name Screen Shot]

This project is a classic Snake game implemented in the C++ programming language using the OpenGL graphics library. The goal of the project is to demonstrate the basic principles of working with OpenGL and creating an interactive 2D game.

Project objectives:

  • Practical application of OpenGL and C++ knowledge.
  • Creating a functional and fun game.
  • Demonstration of the basics of developing 2D games in C++ using OpenGL.

Controls

Keyboard Action
ESC Game pause
W Move Up
S Move Down
A Move Left
D Move Right

Build

Installing the necessary tools

  1. CMake: Download and install CMake from the official website: https://cmake.org/download. Add CMake to the PATH environment variable.
  2. Visual Studio (optional, but recommended for Windows): If you are going to compile a project on Windows, you will need Visual Studio with the C++ compiler installed. You can use the free version of the Community Edition.
  3. vcpkg: Download and install vcpkg following the instructions on the official website: https://github.com/microsoft/vcpkg. Add vcpkg to the PATH environment variable.

Build project

  1. Clone the repo
    git clone https://github.com/dryerem19/SnakeGL
  2. Navigate to the root directory of the project and run the following command
    vcpkg integrate install
    vcpkg install --recurse
  3. Open project folder in Visual Studio 2022
  4. Run build project

Used libraries

  • GLAD: OpenGL function loader. Provides platform-independent access to OpenGL functions.
  • GLFW 3: Cross-platform windowing library. Handles window creation, input, and OpenGL context management.
  • GLM: Math library for graphics software based on the OpenGL.
  • Dear ImGui: Immediate Mode GUI library. A simple and efficient way to create in-application user interfaces.

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

This project is a classic Snake game implemented in the C++ programming language using the OpenGL graphics library. The goal of the project is to demonstrate the basic principles of working with OpenGL and creating an interactive 2D game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published