FoonLudum Dare ExplorerUsers → possatti

possatti

Games

YearLDThemeGameDivisionRankOvFuInThGrMo
201945Start with nothingCollect Recyclablesjam3.503.664.004.502.662.66

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Mood vs Overall

Comments by possatti

LD45 — Start with nothing

VoidTech by loganthemanster 2019-10-08T17:49:50Z

I liked the setting, and the mood. I have a little bit of criticism, though. When you wear the special suit, the character moves just too slowly. Fortunately, we don't have to walk too much in that suit. I also did some resizing in the browser window, and the game doesn't seem to adjust very well to the different scales and aspect ratios. However, playing the game with the window maximized works fine, with the exception of a few times when the text overlapped with the avatar shown in the dialog box. All of these are minor issues. Nice work.

Collect Recyclables by possatti 2019-10-08T18:07:43Z

Thanks for the nice words. At first I tried some fancy math stuff, but then I opted for something simpler. In the code, there is an "inclination" variable. I iterate over each trash item and, based on its row and its column in the pile, I do some sine and cosine on the inclination angle in order to get where they should be positioned. I'm not super skilled with math, so it actually involved a lot of trial and error for me. You can take a look at the relevant part of the code in [here](https://github.com/possatti/ludum-dare-45/blob/master/scripts/TrashTower.gd#L28) (function `_rearrange`), if you so wish. :slight_smile: