A simple PONG game based on rxjs.
Base Game is completed according to minimum requirements.
Issues/Improvements needed
- Some values of Paddle and Ball are hardcoded instead of manipulating the attributes DONE
- Modularising code esepcially for ball and paddle elements DONE
- Cleaning and arranging code and adding documentation DONE