Skip to content

abdelrahman-elkady/king-of-thieves-guc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a 2D graphics assignment done for computer graphics course in my university, it's a simplified (modified) clone of King Of Thieves game.

The assignment is written using c++ with openGL and glut .

You can find two different source files, one is ready to run on Visual Studio with GLUT API and the other is ready to be run with freeglut.

screenshot-01 screenshot-02

Installation :

Windows

Just create a Win32 C++ console application in visual studio, link it with openGL and add visual studio source files to your project .

Linux with freeglut

Install freeglut on your system, if you are using apt you can follow this guide

compile the source code and make sure you link openGL and glut while compiling by using :

g++ -lglut -lGL -lGLU source.cpp -o execuatable

Then run the executable

./executable.out

About

2D Assignment in Computer Graphics Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages