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!
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!
Nice work !
Small idea : an option to change the keys that control the ball (azerty keyboard user here )
(anyway it only increases the difficulty a little )
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.