The 'Pong Tennis' game is a tribute to one of the first arcade videogames released in 1972.
MVP is for the player to play against the wall.
Option to play 2 players at the same time
Definition of the different states and their transition (transition functions)
- splashScreen
- gameScreen
- gameOverScreen
- fill screen
- add divider
- add score
- create player component
- create right-wall component
- define MVP game logic