I built Pong from scratch in LÖVE and Lua (a two part series)

I wrote a two part series on building Pong from scratch in LÖVE and Lua. If you’ve never made a game before, I think it’s a nice place to start.

Part one is the whole game in two short files: the loop, delta time,
collision, scoring, a title screen, a…


This content originally appeared on DEV Community and was authored by Minor Keith

I wrote a two part series on building Pong from scratch in LÖVE and Lua. If you've never made a game before, I think it's a nice place to start.

Part one is the whole game in two short files: the loop, delta time,
collision, scoring, a title screen, and sound generated in code so there are no audio files to ship.

Part two adds a one player mode by writing a computer opponent.

Part 1: https://peculiarengineer.com/blog/make-pong-with-love2d-and-lua/
Part 2: https://peculiarengineer.com/blog/pong-computer-opponent-love2d-lua/


This content originally appeared on DEV Community and was authored by Minor Keith


Print Share Comment Cite Upload Translate Updates
APA

Minor Keith | Sciencx (2026-07-01T02:12:12+00:00) I built Pong from scratch in LÖVE and Lua (a two part series). Retrieved from https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/

MLA
" » I built Pong from scratch in LÖVE and Lua (a two part series)." Minor Keith | Sciencx - Wednesday July 1, 2026, https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/
HARVARD
Minor Keith | Sciencx Wednesday July 1, 2026 » I built Pong from scratch in LÖVE and Lua (a two part series)., viewed ,<https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/>
VANCOUVER
Minor Keith | Sciencx - » I built Pong from scratch in LÖVE and Lua (a two part series). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/
CHICAGO
" » I built Pong from scratch in LÖVE and Lua (a two part series)." Minor Keith | Sciencx - Accessed . https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/
IEEE
" » I built Pong from scratch in LÖVE and Lua (a two part series)." Minor Keith | Sciencx [Online]. Available: https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/. [Accessed: ]
rf:citation
» I built Pong from scratch in LÖVE and Lua (a two part series) | Minor Keith | Sciencx | https://www.scien.cx/2026/07/01/i-built-pong-from-scratch-in-love-and-lua-a-two-part-series/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.