Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 477 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 477 Bytes

3D snake game

This is a simple snake game that provides both 2d and 3d views. This game is developed using C and OpenGL

Prerequisites

To run this game, you will need a C compiler as well as installing the OpenGL library.

How to run

Once you have installed all the prerequisites, the only thing that's left to do in order to run the game is to run the command "make". This will generate an executable file that you will have to run in order to launch the game.