https://github.com/dinizdev/pongmaster
Game made in JavaScript for teaching purposes 🚀
https://github.com/dinizdev/pongmaster
css gamejs html javascript js
Last synced: about 2 months ago
JSON representation
Game made in JavaScript for teaching purposes 🚀
- Host: GitHub
- URL: https://github.com/dinizdev/pongmaster
- Owner: dinizdev
- License: gpl-3.0
- Created: 2016-10-21T17:02:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T20:06:06.000Z (over 3 years ago)
- Last Synced: 2025-01-17T09:33:48.589Z (over 1 year ago)
- Topics: css, gamejs, html, javascript, js
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong Master Javascript Vanilla
> Game made in javascript for studies and didactic purposes ✨
## Running locally
1. Clone this repo:
```sh
$ git clone https://github.com/dinizdev/PongMaster.git
```
2. Then go to the project's folder:
```sh
cd PongMaster
```
3. Run locally:
```sh
node main.js
```
Pong ScreenShot
