Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

2D Snake Game using Open GL

By,
Dhyan Mohan 4PA19CS015
ABDUL MUHAIMIN 4PA19CS002

1/4
What is Open GL


OpenGL is a cross-language, cross-platform application
programming interface for rendering 2D and 3D vector
graphics. The API is typically used to interact with a graphics
processing unit, to achieve hardware-accelerated rendering.

It is commonly used to make UI animations more responsive
or to handle embedded video or to draw vector graphics –
really any visual element you put on the screen is fair game
for OpenGL. OpenGL is becoming increasingly ubiquitous
and understanding how to leverage its incredible power is a
must for developers.

2/4
About the Project

Snake game is a computer action game,whose goal is to
control a stake to move and collect food in a

map. It has been around since the earliest days of home
computing and has re-emerged in recent years

on mobile phones. The interface would be user friendly and
must be able to use the keyboard

interface for the interaction with the user. The main goal is to
entertain the users and to have fun

while feeding the snake and to not hit on its own body while
moving.
3/4
Output Screen

4/4

You might also like