First little game in babylonjs!

Demo: Dirtball
Code and documentation: GitHub - JohnnyFun/dirtball: simple game built with babylonjs game engine

Thanks to the creators and maintainers of babylonjs and cannonjs for a very fun little weekend project!

6 Likes

Nice work !

Small idea : an option to change the keys that control the ball (azerty keyboard user here :frowning: )
(anyway it only increases the difficulty a little :laughing: )

Thanks!

lol, good idea. My gf gave up even with a normal keyboard.

Just curious, any reason why you didnt use typescript?

It’s a pretty simple game, so typescript felt like overkill. If I were to add features to it and refactor it out into more files, I might opt to convert it to typescript though.