Skip to content

Files

Latest commit

 

History

History
39 lines (28 loc) · 1.07 KB

readme.md

File metadata and controls

39 lines (28 loc) · 1.07 KB

Pong Tennis

Description

The 'Pong Tennis' game is a tribute to one of the first arcade videogames released in 1972.

MVP

MVP is for the player to play against the wall.

Backlog

Option to play 2 players at the same time

Data structure

States y States Transitions

Definition of the different states and their transition (transition functions)

  • splashScreen
  • gameScreen
  • gameOverScreen

Task

  • fill screen
  • add divider
  • add score
  • create player component
  • create right-wall component
  • define MVP game logic

Resources and references

Links