From 7ee77ff8ba686f63bfa8815d6b48b7f9891b179c Mon Sep 17 00:00:00 2001 From: Junior Date: Mon, 3 Jun 2024 12:48:05 -0400 Subject: [PATCH] Top level readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d36cde5 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Learning Resources + +This repository is primarily a collection of resources and learning aides for Steve's classroom work. This can include coding examples in various languages, project examples, documentation, instructional guides, and just about anything else. + +## [PyGame](PyGame/) + +This is the home of Python PyGame examples. Many of these are examples demonstrating "final project" level work for both simple and advanced levels. \ No newline at end of file