From d9ccc98327fa09d9ec1e6028332b505f368adf70 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 23 Mar 2025 22:21:20 -0400 Subject: [PATCH] Explain a bit. --- LICENSE | 2 ++ README.md | 26 ++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d64aa11..a37d722 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,3 @@ It's Copyright. All Rights Reserved. You have no license at all other than permission to view it. + +_NOTE_: This may change in the near future once I figure out what goes in here. diff --git a/README.md b/README.md index 3fed8b4..e37206b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -# streaming-school +# Notes from Online Streaming School -This is the code and notes from my live Twitch programming and drawing classes. \ No newline at end of file +I'm going to start doing an hour of teaching Programming and _Drawing_, live every day, to help me test out my material with +people. This repository is all of the code we cover and the drawings we attempt. You can come join +the lessons every day at 10PM EST on Twitch at https://twitch.tv/zedashaw where I go through the +code and teach people how to draw. + +## How to Use the Code + +You type it in and get it to work. That's all I have for now, more instructions to come. + +## How to Use the Drawings + +You load them up on your computer and try to draw them. That's all I have for now, more +instructions to come. + +## Why Drawing and Programming + +I'm learning to make games, and probably the _MOST_ powerful thing I learned is how to draw and +paint. It's quite literally an amazing super power in the world of game development. Drawing is +also something everyone can learn since it only requires practice and doesn't rely on your ability +to see color (although that is also trainable). + +So, if you're a programmer who wants to make games, then learning to draw will _VASTLY_ improve your +ability to make what you want.