Prevent Motion Sickness by event.preventDefault()

The code of medicine.

Prevent Motion Sickness by event.preventDefault()

Add event.preventDefault(); to the function where you catch users' key input and prevent the screen from scrolling up and down.

Before adding event.preventDefault()
After adding event.preventDefault()

You can play the motion sickness free version of Pong here.