homeBlog | Tags | Archives | Projects | Stats | Contact

More generated game content

Mar 18, 2008

no comments
Popularity:

More game content generators.

Read more...

Dev Stories from the Past

Mar 09, 2008

no comments
Popularity:

A bit of nostalgy can never hurt anyone. To me, weird tales about old software are a source of inspiration — they are essentially war stories for nerds. Here are some cool software stories from the past told by the developers themselves.

Read more...

Generating game content

Feb 22, 2008

3 comments
Popularity:

If you can’t draw graphics or create sounds for your games, here are a few interesting tools I came across recently and can help you.

Read more...

Awesome games that are also free

Feb 21, 2008

no comments
Popularity:

Here is yet another list of free games considered awesome by the majority of this blog’s writers (me). Included are Cave Story, OpenTTD and The Ur-Quan Masters.

Read more...

Hardware-accelerated 2D collision detection in OpenGL

Jul 11, 2007

no comments
Popularity:

NB: Here is a better post about the below algorithm. Includes source code. The idea Did you know you can do pixel accurate collision detection using the OpenGL stencil buffer and occlusion queries? I got this idea while working on a 2D/3D game engine (think of a side-scroller but with 3D objects). A proof that [...]

Read more...