Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

The card-fan tween animation I felt it is a thing that I need to learn.

Love the coding game aspect of this puzzle and it really burns my brain zzzzzz...

Great BG. Soothing music. Cute robot. Collecting POWER. So polished.

BTW are the cards randomly drawn after each play ? Having an UI to show which cards appear might help ?

(+1)

Thank you! I spent a lot of time on polish, but most of it boils down to math. You can do the card-fan by setting card.angle = k*card.x to make it tilt, and then add a sprinkle of Math.sin(time + x) to make it bob softly. I use sin for a lot of animations.

The cards are randomly picked from a deck specific to each level, with some requirements like having at least 2 of each kind. Showing your deck sounds like a good idea, or perhaps giving the player a way to customize it. Currently each level more or less introduces a new card.