Javascript – How to improve Pong AI with limited game state checks?
I'm currently developing a Pong game in JavaScript for a school project. One rule I have is that the AI can only check the game state once every second. Currently, the AI operates on two simple rules: (A): If the…