Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 423 Bytes

Introduction

In this part we will focus on the Game Part only (frontEnd using NextJS)

The Game Structure

  1. A canvas for rendering the Game.
  2. Two Paddles and a ball.
  3. key listeners for user input

How to play

RUN

npm install
npm rund dev

and then open your browser and type this Url: localhost:3000

Part 2

the part 2 will be uploaded soon and the backend