This project is a clone of the classic Pong game. It was developed to practice the basic fundamentals of Unity and C#.
- Engine: Unity 6 (LTS Version)
- Language: C#
- IDE: Visual Studio 2022
- Player 1 (Left): W and S keys
- Player 2 (Right): Up and Down Arrow keys
- Make sure you have Unity 6 (LTS) installed on your machine.
- Clone this repository:
git clone https://github.com/PH-T7/Pong.git
(Or download the ZIP file and extract it).
-
Open Unity Hub, click on "Add", and select the project folder.
-
Click on the project name to open it in the editor.
-
Go to the Scenes folder and open the main scene.
-
Press the Play button at the top of the editor to start.