You can study Coriolis force !!!!
Enter key : throw ball
Space key : change view (first person view / bird view)
Left/Right key : change direction
Up/Down key : change speed ( Red(faster) ~ blue(slower) )
$ git clone https://github.com/glfw/glfw.git
$ cd glfw
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
$ wget https://github.com/nigels-com/glew/releases/download/glew-2.0.0/glew-2.0.0.tgz
$ tar xvf glew-2.0.0.tgz
$ cd glew-2.0.0/build
$ cmake ./cmake
$ make
$ sudo make install
$ git clone https://github.com/g-truc/glm.git
$ cd glm
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
$ git clone https://github.com/Wotipati/coriolisBowling.git
$ cd coriolisBowling
$ mkdir build && cd build
$ cmake ..
$ make
$ ./coriolisBowling