FunFun

FunFun

15 devlogs
14h 36m
•  Ship certified
Created by Ivan

small game about math functions :D

Timeline

Both ** and ^ should work as intended. Thanks god gdscript is similar to python. -10*2 is -100 and (-10)2 is 100 so if we put parents around all x instances it should work fine :p

Earned sticker

Updated README and added Q&A menu

Update attachment

Ship 1

1 payout of shell 337.0 shells

Ivan

about 1 month ago

Ivan Covers 13 devlogs and 13h 14m

Some final cuts and game is ready to be shipped :p Thanks for your attention :DD

Update attachment
Earned sticker

I addded win screen and level progression (i hope it won't break in build)

Earned sticker

Changed background... Why it took so long? I though to add by hand or script just to realize that godot has in built rendering: Default Clear Color :p

Earned sticker

SFX for buttons and approperiate settings for them :p

Chill music :DDD

More levels :D also some bug fixes :p

Wind effect :DD

Earned sticker

transitions and fixed restarts

Earned sticker

Had a lot of hopes that this time menu will work as intended... well... nope... It took a lot of time to make it more easy to use but it ended up into spaghetti code... But hey it works :DDDD

Earned sticker

Spent a plenty of time searching modifying and testing this exit setup :p may change confetti particles in future

Now you can win :D. Also previous collision removes on redraw. Also some little optimizations :D

Function can change now :DD

Initial setup for functions! It works but now comes hard part, how to correctly parse equasion :p