Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)