This project is done for fun in pure FreeGLUT, no external resources are used. src/main.cpp is the only source code file of the heli project. It is used to test my kit-opengl project so I didn't spend so much time on the code so it kind of sucks, but may be useful to someone.
- Use arrow keys to move
- When you make score, helis go faster
- If you loose 3 times, game over.
- Install dependencies :
sudo apt-get install build-essential git cmake xorg-dev libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev - Clone the Heli project :
git clone git@github.com:furkantokac/heli.git - Option 1 : Just compile and run
- Go to heli folder:
cd heli - cmake CmakeList.txt
- Click the compiled "Heli" file
- Go to heli folder:
- Option 2 : Run on Qt Creator
- Go to Qt Creator
- Open Project
- Choose the CMakeLists.txt under heli directory
- "Run" the project to test
- Enjoy..
