Skip to content

fredrukundo/Pong-UI

Repository files navigation

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

Releases

No releases published

Packages

No packages published