Race Through!
First experiment with OpenGL - a simple car racing game
This is my first experiment with the OpenGL library GLUT. The animation is basically based on textured sprite animation coupled with basic car physics components like outward centrifugal force experienced during a turn, acceleration,deceleration,etc. Multiplayer option is also available but with a few issues which need to be fixed. Feel free to download the code, customize and play! Please mail me if you want to know more about the implementation or if you have any suggestions or ideas...