Skip to content

furkantokac/heli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heli - Simple FreeGLUT Project

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.

Screenshot 1

How To Play

  • Use arrow keys to move
  • When you make score, helis go faster
  • If you loose 3 times, game over.

Compile From Source

  1. Install dependencies : sudo apt-get install build-essential git cmake xorg-dev libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev
  2. Clone the Heli project : git clone git@github.com:furkantokac/heli.git
  3. Option 1 : Just compile and run
    1. Go to heli folder: cd heli
    2. cmake CmakeList.txt
    3. Click the compiled "Heli" file
  4. Option 2 : Run on Qt Creator
    1. Go to Qt Creator
    2. Open Project
    3. Choose the CMakeLists.txt under heli directory
    4. "Run" the project to test
  5. Enjoy..

About

Simple 2D cross-the-street game. OpenGL, FreeGLUT, Kit-OpenGL, CMake, QtCreator, C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors