A 3D Car Racing game in OpenGl
The program is made with Visual studio express 2013 edition in Windows 8 and to execute the program OpneGl and glut should be installed properly and configured with Visual Studio 2013.
- After installing glut in Windows, open Speed For Need Solution in Visual Studio.
- Build and then run the solution.
- Main.cpp is the main source C++ file.
This are the Controls:
- "W" to accelerate.
- "S" to decelerate or reverse.
- "D" to go right.
- "A" to go left.
- Space bar for break.
- "C" to change camera view.