

The platform also allows you to publish your applications as Flash games-for the web-or for Windows, Linux, or OS X. This short, hands-on tutorial will walk you through the steps needed to create a simple platformer using pre-made content, so that you can become familiar with the main parts of Stencyl’s interface. The best part is that you don't need to write a single line of code.
#Stencyl platformer kit code#
You can simply drag and drops blocks of code to create behaviors for the actors of your application. Stencyl is a game engine for everyone-from complete beginners to advanced developers. Since Stencyl 3.0, projects make use of the Haxe programming language. You can write code in Stencyl if you want to, but it's no requirement. Note that Stencyl can only create 2D games. If you want to create 3D games, then I suggest you take a look at a platform like Unity.


Initially released in 2011 as StencylWorks, Stencyl allows complete novices to create 2D games for computers and mobile devices.
#Stencyl platformer kit software#
The platform, developed by Jonathan Chung, makes use of Box2D for physics and collisions engine and relies on the OpenFL software development kit. Actors: An actor can be the player, an enemy, a tree, or something else.The building blocks of a typical Stencyl game fall into one of four categories: Stencyl supports a wide range of platforms: These components, together with the Haxe programming language, power Stencyl and make that games can be written once and run everywhere. An actor usually takes the form of an image, or a series of images, creating an animation. In this tutorial, well go a step further and create a 2D platformer, where you can have an alien walk and jump. Behaviors: Behaviors are ready to use, reusable abilities that you can assign to actors and scenes in your game.Menu or the starting scene, scenes for the levels of the game, and a game For example, if we were to make a game like Super Mario Bros., the game would include an actor for Mario, the Bowser, and actors for the mushrooms. Events: Events are custom blocks of commands that you can create and assign to an actor.You can also create your own behaviors to make your game unique and challenging. Tutorial Making a 2d platformer with touch buttons. You can create events for actors through the use of Stencyl's Event Editor, which we'll see later in this tutorial. Stencyl is an excellent game development tool that has been marketed as the quickest and easiest. In this tutorial, I'll be using the Windows version of Stencyl. The Mac and Linux versions should be mostly the same with only a few minor differences. TheIndieStation - Game Development For Everyone Since 2014, TheIndieStation is teaching people the basics of game development using the Stencyl game engine trough several FREE YouTube tutorial series.
#Stencyl platformer kit install#
Now that we know what Stencyl is, let's install Stencyl and set it up. Visit Stencyl's Official Download Page and download the version for your operating system.
