#Glutrix
##DESCRIPTION
This project has been implemented using only simple algorithms like for lines,circles,elipse,display file,segment file,clipping etc to explore the concepts of computer graphics from the very basic level. This is two player game where one player is allowed to create obstacles and the other player has to evade it by jumping or shooting.
##REQUIREMENTS
- gl.h,glut.h
- xdpyinfo utility
- g++
- mplayer(if not there, modify the code to players like aplay)
##HOW TO INSTALL
chmod +x install
sudo ./install
##HOW TO JUST RUN
If you have xdpyinfo utility you can just type
make
else edit screensize.sh:
- remove all the lines
- type in screen resolution manually eg: echo 1366 768
make