Game development

TwitterFacebook
Get flash to fully experience Pearltrees
This is no April Fools joke You heard me correctly. The FULL source code for BOTH Jedi Outcast and Jedi Academy has been released. I never thought we would see this day. In the words of @eezstreet: Quote

JKO, JKA Full Source Code Released!! - Site news - Articles - Home - JKHub

http://jkhub.org/page/index.html/_/sitenews/jko-jka-full-source-code-released-r76
http://ureddit.com/class/76284/making-games-with-construct2

Making Games with Construct2

Making Games with Construct2 (new!) It's a real treat! A 4 weeks course on the basics of making HTML5 games with construct 2. For those who don't know construct 2, it's a very easy to use game making tool. ( You can download it for free ) HTML5 is a technology compatible with desktop computers, iOS, Android, and Windows8 devices. So, in short, you'll learn to make games that everybody in the world will be able to play.

[ Unity3D ] ビデオゲームの開発

Hi I'm Jesse Etzler a video game developer from Minnesota with a bachelors degree in computer science and game design .I've been developing video games for about 9+ years now. Also have worked for Activision Minneapolis. I love to create creepy and unique video games that are different from what everyone else is doing. http://www.youtube.com/user/JesseEtzler0
Have you ever been curious about how video games are made or wanted to learn how to make games yourself ? Maybe you've always dreamed of making a game, but thought it was just too hard. We'll guess what, it's not.

Anyone Can Learn to Make a Game by Richard Hart

https://www.udemy.com/unity-tutorial/
Already bought GameMaker for Windows? Download it here. http://www.yoyogames.com/gamemaker/windows

GameMaker for Windows | YoYo Games

Modern OpenGL resources round up

http://www.gamefromscratch.com/post/2013/02/27/Modern-OpenGL-resources-round-up.aspx With the fundamental shift from a fixed to a programmable pipeline, finding modern style OpenGL resources can prove a bit tricky. Therefore I have put this page together to show a collection of useful modern GL related links, books and materials. If I missed something you believe I should add, please let me know! Tutorials, Wikis and eBooks

Multi-textured Terrain in OpenGL | 3D Game Engine Programming

Terrain Sample In this article I will demonstrate one possible way to generate multi-textured terrain using only the OpenGL rendering pipeline. http://3dgep.com/?p=1116
From GPWiki An OpenGL 3d Texturing Tutorial This tutorial is intended to demonstrate 3-dimensional texturing (not to be confused with simply texturing a 3d object) in OpenGL and familiarize the reader with its use. http://content.gpwiki.org/index.php/OpenGL:Tutorials:3D_Textures

OpenGL:Tutorials:3D Textures

Computer Science With Python and Pygame

http://programarcadegames.com/index.php?chapter=bitmapped_graphics_and_sound To move beyond the simplistic shapes offered by drawing circles and rectangles, our programs need the ability to work with bitmapped graphics . Bitmapped graphics can be photos or images created and saved from a drawing program. But graphics aren't enough. Games need sound too!

Downloads - pygame - python game development

Downloads These files available from: ftp://pygame.org/pub/pygame | http://pygame.org/ftp Not sure what to download?

OpenGL Texture Tutorial

OpenGL Texture Tutorial home: http://www.geocities.com/SiliconValley/Code/1219/ e-mail: craterz@hotmail.com Texture Mapping Gregory Pierce in an e-mail requested information on texture mapping... here ya go!

OpenGL Video Tutorial - Lighting

Lighting in OpenGL One way we can make our scenes look cooler is by adding light to them. In this lesson, we're going to scrap the scene from our previous lessons and make a new one.