Game Development

Quest of Dungeons development update

I’ve been working on Quest of Dungeons and I’m nearing Gold. I’m attempting to release every version on the same day, which I never managed to do before but would...

Dary’s Legend alpha released

Yay, so a milestone was reached with this project. If you follow my blog you probably already know that between small projects like Puwang and other mandatory freelancing stuff my...

Puwang is out on the App Store

So tonight, while I was sleeping, Puwang was approved and released on the App Store. I made a small gameplay video where, directly from the screen. and there’s another one,...

Puwang – a 5 day work

Hi, how’s everyone doing? So this was a different week for me. It’s been a long time that I had the chance to work on a small prototype or a...

How to take screenshots in opengl

So here’s some quick code to save a screenshot of your OpenGL game in a TGA file.   bool save_screenshot(string filename, int w, int h) { //This prevents the images...