Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 746 Bytes

C_Project - Slytheron-The Snake Game

Platform - Windows OS

Tutorials for learning Open-GL:

1 Resource ( OpenGl ) : https://goo.gl/DC9FNt

Steps to initialise and start the project-

1-Make a new OPENGL Project using CodeBlocks IDE.

2-Add the following files in the Linker under the Compiler Settings:

/usr/lib/x86_64-linux-gnu/libGL.so
/usr/lib/x86_64-linux-gnu/libGLU.so
/usr/lib/x86_64-linux-gnu/libglut.so

3-Make sure to create a new file from the IDE and save it before editing it.

4-Compile and run the main.c file to get started with the game.