Pong

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.

How to

Install Love2d:

brew install --cask love

Start the game:

love .

References

Original implementation from the lecture: link.