An open API service indexing awesome lists of open source software.

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 đŸ•šī¸

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