Skip to content
/ Pong Public

Implementation of the classic Pong game using Unity Physics Engine and C#. Focus on object collision and game state management.

Notifications You must be signed in to change notification settings

PH-T7/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of the classic Pong game using Unity Physics Engine and C#. Focus on object collision and game state management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages