This is awesome, thanks for sharing! Reminds me of Windows Aero! You should share this on the Godot Shaders site (https://godotshaders.com)
FelixM akeGame
Creator of
Recent community posts
Thank you for the kind words and feedback, I worked on the UI for a long time and I'm really glad you noticed. The algorithm for funny/scary was really basic; literally
for i in funny_words:
if dialogue.contains(i):
funny +=1
I really should've fleshed that out more, I tried to focus more on UX and polish than my usual 'features, features, features, features, zero testing, hopefully it works' approach. Nice to hear you think it could be a fun game with more work :)
It was my 1st HTML game, and for some reason I decided to use baked lighting and all that fancy stuff for a web game 🤦♂️. That took all the time I would have spent on the Race game and optimizing it so it doesn't run like a burning console. Thanks for trying it out anyway, it was more of an experiment to see what works for me as all my other games have been very cookie-cutter.