Category Archives: Tutorials

How to make and monetize your first Flash game: part 1/3 – intro and base code

INTRO This is the first post of the 2011, so I decided to go with something interesting and useful: a complete guide about how to make a simple game with Actionscript 3/Flashdevelop and about how to improve and monetize it … Continue reading

Posted in Actionscript 3 | Tagged , , , , , , | 4 Comments

How to make a Flash game

INTRO I have to admit this wasn’t the first tutorial I’ve drafted when I decided to start this series about game development with AS3/Flash, but as a friend pointed me out, some people will start reading these tutorials with very … Continue reading

Posted in Tutorials | Tagged , , , , , , , , , , , , , , , , | 2 Comments

How to compile OpenGL and SDL code on Windows

I’m developing The Undergrounder entirely on Linux because that’s the best environment for my needs, but my code is mostly based on SDL and OpenGL, so compiling on other systems is not a problem. Last week I decided to set … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment