In this part we will focus on the Game Part only (frontEnd using NextJS)
- A canvas for rendering the Game.
- Two Paddles and a ball.
- key listeners for user input
npm install
npm rund dev
and then open your browser and type this Url: localhost:3000
the part 2 will be uploaded soon and the backend