Ping-Pong game built with Unity !
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.
- Copy https://github.com/enessfk/pong-game.git
- Go to your command prompt or terminal. (Make sure you have installed git on your computer)
- Type
git clone https://github.com/enessfk/pong-game.git
- And finally it will be cloned to your computer.
- Open it with Unity
To move paddle up press 'w'.
To move paddle down press 's'.
To move paddle up press 'UP_ARROW'.
To move paddle down press 'DOWN_ARROW'.
Distributed under the MIT License. See LICENSE
for more information.