/pong

Recreation of the classic Pong using Lua and LÖVE2D

Primary LanguageLua

Pong

A rewrite of the classic Pong game using LÖVE and Lua. The ball gets faster as the game progresses to keep the game exciting.

Move player one's paddle using the W / S keys and player two's with Up / Down.

How to run

Make sure you have LÖVE installed. Clone this repo and run love . in the main directory.

Resources