This is a reimagination of the classic Atari game PONG, using the Löve 2d Game Engine. The game is a 2 player game, where each player controls a paddle, and the objective is to score points by hitting the ball with the paddle.
PONG requires Löve 2d v11.3+ to run.
Install the dependencies and devDependencies and start the server.
cd pong
love .
Want to contribute? Great!
PONG uses Löve 2d v11.3+ for fast developing.
Open your favorite Terminal and run these commands.
First Tab:
cd pong
love .
Second Tab:
cd pong
love .
(If you want to run the game in a single window, just run the first command)
The License of this project is MIT. See the LICENSE file for more information.