nkoehring / FreddyvsJSON

Freddy vs JSON is a simple top down shooter game written in Vanilla Javascript without any dependencies.
5 stars 1 forks source link

Correctly Handle Different Framerates #1

Open FlorianWendelborn opened 5 years ago

FlorianWendelborn commented 5 years ago

Currently, the game just gets sped up/slowed down depending on the framerate. It should instead also use the time delta for velocities.

It’s quite hard to beat on my 240 Hz screen in its current state. 😅

nkoehring commented 5 years ago

I put that as a todo already, just didn't expect such a thing like a 240 Hz screen to exist

FlorianWendelborn commented 5 years ago

240 Hz isn’t that common, but a lot of people have 120/144/165 Hz screens. They’re not common for office setups, but common on high end gaming systems.