8000 GitHub - Jadamka/snake-2d-opengl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jadamka/snake-2d-opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Snake Game (OpenGL)

A simple 2D Snake clone made using OpenGL, created as part of my learning journey into graphics programming.


🎮 About the Game

This is a classic snake game where player controls snake to collect apples, which help you grow in size. Snake will die if he hits his own tail or border.

Built using:

  • C++
  • OpenGL (3.3)
  • GLFW (for window and input)
  • GLM (for math)

🧰 Dependencies

This project uses the following libraries:

🛠️ Building the Project

Prerequisites

  • CMake >= 3.16
  • C++17 compatible compiler
  • OpenGL development libraries

Building Instructions

git clone https://git
5BCD
hub.com/Jadamka/snake-2d-opengl.git
cd snake-2d-opengl
mkdir build
cd build
cmake ..
make
./SnakeGame

Releases

No releases published

Packages

No packages published

Languages

0