Hello, everybody.
So, I though I would post a game I made recently, too.
Nothing fancy. It is a simple HTML5 clone of a nice and pretty addictive game I saw almost two years ago on a friend's iPhone. I had initially made it with no JS libraries as my first ever HTML5 game, but then rewrote it with Phaser (just to work more with the engine) and made it a bit more presentable.
It is open source and hosted on GitHub.
Here you go: https://import-this.github.io/bounce/
You simple avoid the moving boxes for as long as you can.
There are two modes. One for mouse/desktop and one for touch/mobile. Phaser made programming for both types of devices pretty easy.
Hope you enjoy. Thank you for your attention.