Dancing Car by Ludrak
Finished my 2nd Ludum Dare on this easy theme... (sarcastic :D)
It was really hard because it was the first time that I used audio I my games and I saw how it is difficult to manipulate x) My game is a "Car-Driving Plateformer Musical", I think that fits right in the theme, So you control a little car on a platform-style map with a bit of musical integration (I said that i got problems with audio :p) I built 2 versions : one for AZERTY keyboards and one for QUERTY's (they should work on Windows, OS X, and Linux, you just need Java installed)
The game is totally written in Java (using eclipse) without any engine or library (I made my physics engine.. it was quite hard to make) and I used photoshop for my assets. I also used garageband to make a little song for the game so it's not copyrighted ;)
I also made a level editor with processing (java + some OpenGL simplified) so that I can make my own levels easily (tell me if I have to give you the source / program for the level editor)
And that's it ! You can find more informations about the gameplay in the "How to play" section in my game menu (and also play a bit :p).
and here are some screenshots for you to see what it looks like ;)
Menu :

Game :

Level editor (not uploaded yet, just to show you how it looks like) :

Dont forget to rate and comment ! I will read them all !
| Windows | https://drive.google.com/open?id=19GlNC6TDRm0feQsqe80XBU5m0qinrpLE |
| Windows | https://drive.google.com/open?id=19GcgeMcc5vXVZSnRpWbtwsRHPnmyOc0D |
| Source code | |
| Source code | |
| Original URL | https://ldjam.com/events/ludum-dare/41/dancing-car |
Ratings
| Overall | 585th | 2.957⭐ | 25🧑⚖️ |
| Fun | 585th | 2.75⭐ | 26🧑⚖️ |
| Innovation | 652th | 2.563⭐ | 26🧑⚖️ |
| Theme | 575th | 3.042⭐ | 26🧑⚖️ |
| Graphics | 394th | 3.146⭐ | 26🧑⚖️ |
| Audio | 351th | 2.792⭐ | 26🧑⚖️ |
| Given | 30🗳️ | 3🗨️ |
- QWERY version.
- Linux (Ubuntu 17.10)
java details:
```
~$ java -version
openjdk version "1.8.0_162"
OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-0ubuntu0.17.10.2-b12)
OpenJDK 64-Bit Server VM (build 25.162-b12, mixed mode)
```
The 2 separate downloads for different keyboard layouts are a 'unique' approach to configuration 🙃
But for the short amount of time and self made physics good work!