Hey people!
I wanted to post something here, and I thought I'd post a video capture of a game project I'm working on. It has a long way to go yet, this is just a prototype to try out a couple of things:
- Deferred shading for lots of dynamic light sources (notice the specular highlights on the walls from the torches and the separately flickering light sources). The idea is that all effects in the game (spells, magic crystals, fiery monsters, etc) will cast dynamic light.
- Positional audio and streaming music with OpenAL
- An idea for layered tile-based dungeons (so base tiles with detail tiles on top, etc).
http://www.youtube.com/watch?v=steXotfeH2sThe only thing I didn't like so far is the tile system. Even with detail tiles, the square grid is too restrictive. I'll implement a much more powerful tile-based system idea I had.