I actually just made a few changes to the game, and realized i probably should have posted this in the WIP sub-forum but I didn’t see it… can a mod delete this Thread so that i can put it there and not get bashed as some sort of spammer please?
Anyways, for the time being i’ll include the changes here…
Should I upload a new version and add it here or wait for this to be deleted?
NOTE: One major issue that i have with the game is that on some machines, the player will jump lower than on others, i think this is because my game loop sleeps for a period of time (set to 9ms i believe) but even though it’s supposed to sleep the same across all machines I realize relying on System.millis in not a good approach, but i don’t see how i can have the game sleep the same amount of actual real time across all machines, any ideas?