https://github.com/robhhr/pong-game
Classic pong-game made w/ vanilla JavaScript đšī¸
https://github.com/robhhr/pong-game
javascript object-oriented-programming pong-game
Last synced: 2 months ago
JSON representation
Classic pong-game made w/ vanilla JavaScript đšī¸
- Host: GitHub
- URL: https://github.com/robhhr/pong-game
- Owner: robhhr
- Created: 2019-05-08T01:28:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:18:25.000Z (over 2 years ago)
- Last Synced: 2025-04-13T22:15:35.941Z (2 months ago)
- Topics: javascript, object-oriented-programming, pong-game
- Language: JavaScript
- Homepage: https://robhhr.github.io/pong-game/
- Size: 1.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Pong Game
The game consists in the rebuild of the Classic Pong Game. The game starts with one ball and after 3 points, a new ball will appear with more speed and smaller to make the game more challenging.
### Technologies used
The text processor used was:
- Microsoft Visual Studio Code
The languages used were:
- HTML
- CSS
- JavaScript### Instructions
P1 Moves: A & Z
P2 Moves: â & â
Pause game: SPACE Key# Pong Game Starter
A starter project for a basic pong game using SVGs.
### Project Comp
## Setup
Ensure you have [Node.js](https://nodejs.org/en/) installed first.
**Install dependencies:**
`$ npm install`
**Run locally with the Parcel dev server:**
`$ npm start`
Once you run the start command you can access your project at http://localhost:3000