diff --git a/README.md b/README.md index a525c2a..b0e995f 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,12 @@
Description: The `streamlit-bls-connection` Python package allows you to easily interact with the U.S. Bureau of Labor Statistics (BLS) API and retrieve data as pandas dataframes and display them in [`Streamlit`](https://docs.streamlit.io/) ! ## Games -- [Pong Game](https://github.com/tonyhollaar/pong_game/) +- Pong
Description: The "Pong Game" project is a classic arcade-style game implemented in Python.
Use Case: This project is a practical illustration of OOP in action. It demonstrates how classes, objects, and inheritance can be used to create modular and maintainable code. It's not just a game; it's a codebase that reflects good programming practices. +
**Programming language**: Python +
**Packages used**: turtle, time +
**Source Code**: [Pong Game](https://github.com/tonyhollaar/pong_game/) #
Author: Tony Hollaar