3D Snake Game is a desktop game developed using C++ and OpenGL that recreates the classic Snake gameplay in a 3D environment. The project focuses on graphics rendering, real-time interaction, and game logic implementation.
I contributed to the development of the project by working on parts of the game logic, improving functionality, and collaborating with the team to enhance the overall gameplay experience.
Features:
* 3D game environment using OpenGL
* Real-time snake movement and collision detection
* Score tracking system
* Interactive keyboard controls
* Dynamic rendering and basic game physics
Technologies Used:
C++, OpenGL, Computer Graphics Concepts