this post was submitted on 18 Jul 2023
11 points (100.0% liked)
Game Development
4808 readers
61 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for such an in-depth writeup! It's eye-opening thinking about all the different techniques available. My game will have a hard level cap so I don't really need to overcomplicate things with infinite relative scaling or anything. I'd personally rather games end than drag on forever.
Thankfully everything is an integer, I had a feeling floats would be a disaster.