Overview
One of the first computer games ever made, players control their paddle by moving it up and down across the screen to hit a ball back and forth. If you get the ball past the opponent's paddle, you score a point. The first player to reach 9 points wins.
Pong is great for learning and developing AI with its simple inputs and actions. Pong can also be used for harder problems, such as processing visual inputs or reinforcement learning.
End Condition
The game ends either when a player reaches 9 points or the game has lasted 3 minutes, where the player with the most points will be declared the winner. If both players have the same amount of points, the game ends in a draw.