Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djordjevujatovic/pong-project
https://github.com/djordjevujatovic/pong-project
es6 html5-canvas mvc oop webpack
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/djordjevujatovic/pong-project
- Owner: DjordjeVujatovic
- Created: 2016-10-28T03:33:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T01:04:19.000Z (about 8 years ago)
- Last Synced: 2025-01-09T03:33:40.668Z (1 day ago)
- Topics: es6, html5-canvas, mvc, oop, webpack
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Alt text](/pongScreenshot.png)
# Project 3 - Pong Project## Summary
This project was developed using JavaScript(JS) ES6 and object-oriented programming(OOP). Additionally, it was built upon the HTML5 Canvas.
## Languages and Tools Used
* HTML5 Canvas
* Model View Controller Design Pattern
* JS ES6 and OOP
* WebPack## Learning Outcomes
Completing this project has given me a better understanding of developing with JS ES6 and as well as developing with an object oriented approach.
## Setup and Installation
##### Install
`> npm i`
##### Run
`> npm start`
## Controls
##### Player 1:
* a: up
* z: down##### Player 2:
* ▲ : up
* ▼: down