Inspiration
My neighbor has a passion for cars, so we always had the idea of making a car game together where I would write the code and he would write the physics. He and I would make basic 2D car games together, and then I saw on youtube a gameplay of Midnight Club 3 which had capture the flag within a racing game and I knew that my neighbor and I were going to do that one day, that day finally came
How it works
C++, OpenGL, and GLUT run this game without any game engine. For the game to work, every object file, every sound file, and every image needs to be opened, decoded, and then it will appear in the game.
Challenges I ran into
One of the greatest challenges was the camera angling, every camera movement has a trigonometry function, and it took a long time to do all the math and then import it into the code
Accomplishments that I'm proud of
I am proud of making the game run at all
What I learned
While at the hackathon I learned how to improve keyboard input and how to use sound input
What's next for CaptureTheFlag3DRacingGame
Online multiplayer
Log in or sign up for Devpost to join the conversation.