https://github.com/luca16s/pong
Developed a fully functional clone of the classic arcade game PONG as the final project for the INF1031 course at PUC-Rio.
https://github.com/luca16s/pong
love2d lua pong-game
Last synced: about 2 months ago
JSON representation
Developed a fully functional clone of the classic arcade game PONG as the final project for the INF1031 course at PUC-Rio.
- Host: GitHub
- URL: https://github.com/luca16s/pong
- Owner: luca16s
- License: mit
- Created: 2020-11-26T16:29:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T12:50:51.000Z (9 months ago)
- Last Synced: 2026-04-15T07:38:23.149Z (2 months ago)
- Topics: love2d, lua, pong-game
- Language: Lua
- Homepage:
- Size: 7.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Name
PONG Game Clone
## Description
Developed a fully functional clone of the classic arcade game PONG as the final project for the INF1031 course at PUC-Rio.
The project focused on implementing core game development concepts from scratch, including:
- Real-time graphics rendering for the paddles and ball.
- Collision detection logic between the ball, paddles, and screen boundaries.
- Player input handling for paddle movement.
- A complete game loop with a scoring system and win/loss conditions.
### Technologies Used
Lua