From bb8feaeca89de7759b9ab77640d1fd7adc6bface Mon Sep 17 00:00:00 2001 From: Bengt Ericsson Date: Wed, 23 Jul 2014 20:41:12 +0200 Subject: [PATCH 1/2] Add some lessons and another great book --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 30db0a0..cb985e1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ This list is a copy from [others](https://docs.google.com/spreadsheets/d/1o9VvQ2 - [Books](#books) - [Magazines](#magazines) - [Game Jams](#game-jams) + - [Lessons](#lessons) + - [General Game Development](#general-game-development) Graphics @@ -263,6 +265,7 @@ Must see * [Game Mechanics: Advanced Game Design](http://www.goodreads.com/book/show/13705461-game-mechanics) * [The Ultimate Guide to Video Game Writing and Design](http://www.goodreads.com/book/show/391752.The_Ultimate_Guide_to_Video_Game_Writing_and_Design) * [Real-Time Rendering](http://www.amazon.com/Real-Time-Rendering-Third-Edition-Akenine-Moller/dp/1568814240/) +* [Interactive Computer Graphics: A Top-Down Approach with Shader-Based OpenGL, 6/E](http://www.pearsonhighered.com/educator/product/Interactive-Computer-Graphics-A-TopDown-Approach-with-ShaderBased-OpenGL/9780132545235.page) ### Magazines @@ -274,6 +277,17 @@ Must see * [CompoHub](http://compohub.net/) - A compilation site of many game jams in a timeline. +Lessons +------- + +### General Game Development + +* [Coursera: Beginning Game Programming with C#](https://www.coursera.org/course/gameprogramming) +* [Udacity: HTML5 Game Development](https://www.udacity.com/course/cs255) + +### Computer Graphics +* [Interactive Computer Graphics](https://www.coursera.org/course/interactivegraphics) +* [Interactive 3D Graphics](https://www.udacity.com/course/cs291) Other Awesome Lists ------------------- From c17c828ed0f42265631a23b5dd1cc068056fa0f8 Mon Sep 17 00:00:00 2001 From: Bengt Ericsson Date: Wed, 23 Jul 2014 20:42:56 +0200 Subject: [PATCH 2/2] Add computer graphics link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb985e1..3a033b4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This list is a copy from [others](https://docs.google.com/spreadsheets/d/1o9VvQ2 - [Game Jams](#game-jams) - [Lessons](#lessons) - [General Game Development](#general-game-development) + - [Computer Graphics](#computer-graphics) Graphics