An open API service indexing awesome lists of open source software.

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.

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