/OpenGL_Into_The_Circle

OpenGL Into The Circle

Primary LanguageC

Into The Circle

Game made by C++ OpenGL

Content:

Setup:

  • Setup MinGW/GCC
  • Open main.c or Into_The_Circle.dev if you have Dev C++
  • Only build main.c

Linker:

  • Window: -lopengl32 -lglu32 -lglut32 -lSDL2 -lSDL2_mixer -mwindows -m32
  • Ubuntu: -lGL -lGLU -lglut -lSDL2 -lSDL2_mixer -lm
    Note:
    -lopengl32, -lglu32, -lglut32 & -lGL, -lGLU, -lglut for OpenGL
    -lSDL2, -lSDL2_mixer for Audio
    -lm for math.h
    -m32 for Win32 bit
    -mwindows for hide Console

Introduction:

Inspired by the sport of curling, this physics game gives a lot of challenge with a relaxing experience
Shoot the ball in the right direction with the right amount of force into the next circle
Aiming from one circle to the other and achieve a perfect score!
How far can you go?

First, the directional arrow appears, you need click your mouse when it aims to the next circle
Then, you need adjust the power of the ball by holding your mouse
After release the mouse, the ball will fly, if the ball falls into the circle, you gain score, and vice versa, you lose
Try to put the ball as close the center of the circle as possible, you will get perfect, +1 Score!

Image:

Image

Conclusion:

Thank to ZipZapGames
Graphics and sound are amazing

Youtube:

https://www.youtube.com/watch?v=pt372tuzFIA

--- End ---