It is an implementation of the Pong game with Love2d engine. I made this game as a part of the "CS50's Introduction to Game Development" course.
Install Love2d:
brew install --cask love
Start the game:
love .
Original implementation from the lecture: link.