├── Ping Pong JavaScript - STARTER TEMPLATE.rar ├── README.md ├── index.html ├── pong.js └── sounds ├── comScore.mp3 ├── hit.mp3 ├── userScore.mp3 └── wall.mp3 /Ping Pong JavaScript - STARTER TEMPLATE.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/Ping Pong JavaScript - STARTER TEMPLATE.rar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/index.html -------------------------------------------------------------------------------- /pong.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/pong.js -------------------------------------------------------------------------------- /sounds/comScore.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/sounds/comScore.mp3 -------------------------------------------------------------------------------- /sounds/hit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/sounds/hit.mp3 -------------------------------------------------------------------------------- /sounds/userScore.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/sounds/userScore.mp3 -------------------------------------------------------------------------------- /sounds/wall.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeExplainedRepo/Ping-Pong-Game-JavaScript/HEAD/sounds/wall.mp3 --------------------------------------------------------------------------------