Skip to content

enessfk/pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.