diff --git a/README.md b/README.md index b1d7ec2..5f32a07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # PygameForBeginners -A simple 2D python game designed to teach you the pygame module. + +## Overview + +A simple 2D Python game designed to teach you the [pygame](https://pygame.org) module for [Python](https://python.org), via an associated [video]((https://www.youtube.com/watch?v=jO6qQDNa2UY)). + +## YouTube Video + +This repository was created for the [Pygame in 90 Minutes - For Beginners](https://www.youtube.com/watch?v=jO6qQDNa2UY) video (on the author's youtube channel, [Tech With Tim](https://www.youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg)). This 90-minute tutorial helps Python programmers to get started with the [pygame](https://pygame.org) game engine / game support library for [Python](https://python.org). + +### Associated Links + +* [0:00 (Intro to Pygame)](https://www.youtube.com/watch?v=AdUZArA-kZw&t=0s) +* [2:39 (Installing Pygame)](https://www.youtube.com/watch?v=jO6qQDNa2UY&t=159s) +* [4:09 (Working with Pygame)](https://www.youtube.com/watch?v=jO6qQDNa2UY&t=249s) +* [How to Install Pygame on Windows](https://www.youtube.com/watch?v=AdUZArA-kZw&t=0s) +* [How to Install Pygame on Mac](https://www.youtube.com/watch?v=E-WhAS6qzsU)