Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 342 Bytes

A simple PONG game based on rxjs.

Base Game is completed according to minimum requirements.

Issues/Improvements needed

  1. Some values of Paddle and Ball are hardcoded instead of manipulating the attributes DONE
  2. Modularising code esepcially for ball and paddle elements DONE
  3. Cleaning and arranging code and adding documentation DONE