Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.63 KB

PONG GAME

Ping-Pong game built with Unity !

Report Bug · Request Feature

About

This is a simple Ping-Pong game built with Unity Engine using C# for the purpose of study. It basically consists of three different modes; player vs player, AI vs player and AI vs AI.

Build

  1. Copy https://github.com/enessfk/pong-game.git
  2. Go to your command prompt or terminal. (Make sure you have installed git on your computer)
  3. Type git clone https://github.com/enessfk/pong-game.git
  4. And finally it will be cloned to your computer.
  5. Open it with Unity

Screenshots

Screenshot 2021-07-09 004657

Controls

For Player A:

To move paddle up press 'w'.
To move paddle down press 's'.

For Player B:

To move paddle up press 'UP_ARROW'.
To move paddle down press 'DOWN_ARROW'.

License

Distributed under the MIT License. See LICENSE for more information.