Pong for two players. First to score 3 wins the game. This is not a good one for beginner students, the player controls are very easy but building the ball, while fairly simple is a lot of code. Most of it, however, can be copy/paste/edited to fill it out. I wrote it out to be broken down into functions so that it is easier to make sense out of organizationally.
Concepts include: -Some randomization -Custom Event -Variables -Functions -2 players!