# HG changeset patch # User Steve Losh # Date 1484310345 0 # Node ID 7f37101bdab8908480cdf8d28d7dac551e0367af # Parent 136ab0cfe5cb9a08df664308fbebec0342985995 Update links diff -r 136ab0cfe5cb -r 7f37101bdab8 content/links/index.markdown --- a/content/links/index.markdown Fri Jan 13 11:58:22 2017 +0000 +++ b/content/links/index.markdown Fri Jan 13 12:25:45 2017 +0000 @@ -11,6 +11,21 @@ every now and then when I'm bored. I figured other people might find it interesting too. +
+ +
+ + Blogs ----- @@ -22,6 +37,7 @@ * [Red Blob Games](http://www.redblobgames.com/): Wonderful blog with *really* good posts about lots of different video game-related topics. * [The Digital Antiquarian](http://www.filfre.net/): Immense amount of information on the history of "computer entertainment". + YouTube Channels ---------------- @@ -29,6 +45,7 @@ * [Coding Math](https://www.youtube.com/user/codingmath): A series of 50ish basic math lessons aimed at the kind of math you'll used in video games. Every lesson shows the concepts implemented in little Javascript demos, and it's *really* helpful to see how you actually *use* something once you learn the basic idea. * [Makin' Stuff Look Good](https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg): Videos about how to make things look good in Unity. The best part of the channel is the "shader case studies" where he looks at visual effects in various games and shows how to recreate them with a shader. + Subreddits ---------- @@ -38,9 +55,21 @@ * [/r/proceduralgeneration](http://reddit.com/r/proceduralgeneration/) * [/r/worldbuilding](http://reddit.com/r/worldbuilding/) + Tools ----- -* [Cheap Bots Done Quick](http://cheapbotsdonequick.com/) an online tool for making Twitter bots with [Tracery](http://tracery.io/). +* [Cheap Bots Done Quick](http://cheapbotsdonequick.com/): An online tool for making Twitter bots with [Tracery](http://tracery.io/). + + +Game Development Beginner Resources +----------------------------------- +These are some nice books and websites geared toward teaching beginners how to +make video games. +* [Coding Math](https://www.youtube.com/user/codingmath): A YouTube channel with 50ish basic math lessons aimed at the kind of math you'll used in video games. Every lesson shows the concepts implemented in little Javascript demos, and it's *really* helpful to see how you actually *use* something once you learn the basic idea. +* [Invent Your Own Computer Games with Python](https://inventwithpython.com/chapters/): A book about making computer games with Python. +* [Land of Lisp](http://landoflisp.com/): A book about writing video games with Lisp. Unfortunately it's starting to bitrot, but it can still be a fun read if you're specifically interested in Lisp. +* [Learn to Code by Making Games](https://www.udemy.com/unitycourse/): A Udemy course about making video games with Unity. It's not free, but it's worth the price. +* [Programming Guide for Video Games](http://ithare.com/programming-guide-for-video-gamers/): A page of links to even more resources for beginners.