Spent a night messing around with
Stencyl and managed to create a basic Flash game. Sadly all you can do right now is:
- Run/jump around
- Kill enemies Mario style.
- Die by touching an enemy.
- Die from falling off.
This was adapted from the
1st Crash Course on the Stencyl website. The tutorial is very interesting and it walks you through all the major components of the game engine in less than 30 minutes.
What is ace about Stencyl is that it has an incredibly low barrier to entry. I'd imagine it would be a great tool for teaching anyone about coding/games development as you can pick it up without any prior knowledge. This also makes it ideal for graphic designers to create games when previously they might not have had the programming skills to do so.
Stencyl Behaviour Editor (Coding without the code!)