Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 669 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 669 Bytes

Alt text

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