Example on how you can created 2d car with drifting using Box2D and LibGDX
This project will should be imported to Android studio or any compatible IDE. Please take a look at this tutorial to see how to setup your android studio to run Desktop App https://www.youtube.com/playlist?list=PLdDfwIpeqmKZwPLBhwvZWKiLzwbDwXiKb
Android studio or any IDE compatible with LibGDX
- Download, or clone to your PC
- Open Android studio and choose Open Project
- Select directory where you downloaded this code
- Wait for gradle to finish
- DO NOT UPGRADE BUILD VERSION OR GRADLE VERSION. Select "Do not remind me again for this project"
- Setup Desktop cnfiguration as per shown here https://www.youtube.com/watch?v=L0n7vUeSS90&t=6m19s
- LibGDX - Desktop/Android/BlackBerry/iOS/HTML5 Java game development framework
- Box2D - A 2D Physics Engine for Games
- Android Studio - Android Studio IDE
Java
- Tiled - Your free, easy to use and flexible tile map editor
Please let me know if you think we can improve this code somehow
- Bojan Novaković - Fragile Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.