Car Challenge 3D is a physics-based racing game similar to Super Mario Kart for 2 players in a 3D World. It uses the Felgo 3D Components to render a 3D world with 2D based physics and 2D UI.
Genre | Racing |
Complexity | Medium |
Project Location | <Path to your Felgo SDK>/Examples/Felgo/demos/CarChallenge3D/CarChallenge3D.pro |
To run this demo, open the .pro file with Qt Creator. This demo is also available for quick testing with the Felgo Sample Launcher
|
Car Challenge 3D is a physics-based racing game similar to Super Mario Kart for 2 players in a 3D World. It is the 3D extension of the 2D version CarChallenge 2D.
It uses the Felgo 3D Components to render a 3D world with 2D based physics and 2D UI. The Felgo 3D Components allow the following:
For a video of the game, the download link in the app stores and the release notes within Felgo 2.5.0 see https://felgo.com/qt3d-carchallenge/.
This demo also shows the controller concept for steering entities and a virtual joypad using the JoystickControllerHUD and the TwoAxisController component.
This demo uses the physics components for movement and collision detection. The fired weapons will bounce off the walls until they collide with a car or another rocket. It demonstrates applying forces (to the movement of the car) and impulses (to the rocket).
Files:
Images: