Skip to content
/ Azgar Public

Recreated the legendary Snake Game using OpenGL and C++. The project is cross platform. Should run on mac, linux and windows too.

Notifications You must be signed in to change notification settings

rgbguy/Azgar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AZGAR GAME - RGBGUY

AZGAR is a recreation of classic Snake 2d game. It's made using OPENGL and C++.

Game Screenshot

How to build ?

The project is cross platform. Should work on windows, mac and linux.

CMAKE 2.8 or above is required to build the project.

Download and install CMAKE from https://cmake.org/download/

MAC

Run -> YOLO.sh from the project. This should automatically build and run the game.

WINDOWS

Visual Studio is required to build the project.

Run -> YOLO.sh from the project. This should create Visual Studio Project files in the build directory.

Open the sln file, and set AZGAR as default project. The RUN.

How to play?

Use A S W D keys to move the snake. Use P to pause/unpause the game. Eat the blocks to grow the snake. Avoid touching the borders and eating yourself, and try not to die!

About

Recreated the legendary Snake Game using OpenGL and C++. The project is cross platform. Should run on mac, linux and windows too.

Resources

Stars

Watchers

Forks

Packages

No packages published