Skip to content

Crypt0knights/Slytheron-The_Snake_Game

Repository files navigation

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.

About

The primitive Snake Game modified by our team in C by using Open-GL and Linked Lists. Feel free to fork , play and contribute.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages