From b762974b981b23bf19c8c058c45daf574e70095b Mon Sep 17 00:00:00 2001 From: Gabriel Revelo Date: Thu, 6 Mar 2025 13:37:13 -0500 Subject: [PATCH] Add Pygame Quick Start Guide to README under Game Development section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f3119b7..50ee6f58 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Code a Taylor Swift Lyrics Generator](https://towardsdatascience.com/ai-generates-taylor-swifts-song-lyrics-6fd92a03ef7e) - [Mask detection using PyTorch Lightning](https://towardsdatascience.com/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61) +### Game Development: + +- [Pygame Quick Start Guide](https://pygame-gui.readthedocs.io/en/latest/quick_start.html) + ### Miscellaneous: - [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)