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

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 🚀

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

![Image of PongMaster](http://image.prntscr.com/image/9cd3f91b81b74d539a7457f3c3804dbf.png)