On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I really love the progression via the unlockables. The ball motion + blur effect was done amazingly and I'm jealous of your physics implementation for the bouncing. Everything was super smooth.

The painting feature was fun to use but it was a bit bothersome to need to slowly draw in order to have lines and avoid it just applying "dots".

I'm a big fan of the minimalist design to this!

Very impressive job.

Glad you liked it!

I really wanted to add proper line drawing instead of one dot per frame, but it was simply too slow for browser. Honestly I'm not sure if the ruby interpreter would be fast enough, even with perfect code. I'd either need to reduce the simulation size or enter the land of c-extensions to make it work

I felt that pain for my game as well! I had significant slowdown compared to the native apps. I'd like to pinpoint where the slowdowns are most affected and see if there's a better way to write it or give potentially useful feedback to the DragonRuby devs :D