Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 804 Bytes

File metadata and controls

26 lines (19 loc) · 804 Bytes

Pong Project

This project is a clone of the classic Pong game. It was developed to practice the basic fundamentals of Unity and C#.

Technologies Used

  • Engine: Unity 6 (LTS Version)
  • Language: C#
  • IDE: Visual Studio 2022

How to Play

  • Player 1 (Left): W and S keys
  • Player 2 (Right): Up and Down Arrow keys

Installation / How to Run

  1. Make sure you have Unity 6 (LTS) installed on your machine.
  2. Clone this repository:
    git clone https://github.com/PH-T7/Pong.git

(Or download the ZIP file and extract it).

  1. Open Unity Hub, click on "Add", and select the project folder.

  2. Click on the project name to open it in the editor.

  3. Go to the Scenes folder and open the main scene.

  4. Press the Play button at the top of the editor to start.