Stencyl

Stencyl

Stencyl's Scene Designer
Original author(s) Stencyl, LLC
Developer(s) Jonathan Chung
Initial release May 31, 2011 (2011-05-31)
Stable release
3.4.0 Build 9279(Beta 5) / October 6, 2016 (2016-10-06)
Development status Active
Written in Before v3.0:Java, ActionScript 3, Objective-C, and C++.
Version 3.0 and later: Haxe[1]
Operating system Linux
OS X
Microsoft Windows
Platform Java platform
Available in 27+ languages
Type Video game creation software
License Proprietary commercial software
Website www.stencyl.com

Stencyl is a game creation platform that allows users to create 2D video games for computers, mobile devices, and the web. The software is available for free, with select publishing options available for purchase.[2] The software was originally called "StencylWorks" while in development and for the initial release, but was later shortened to just "Stencyl".

Features

Games created in Stencyl can be exported to the web via Adobe Flash Player, and to personal computers as executable games, as well as onto various mobile devices as iOS and Android applications.[3] Physics and collisions are managed by Box2D,[4] which can be selectively or completely disabled to decrease any potential performance impact for games that don't require full physics simulation. Starting in version 3.0, projects in Stencyl uses the Haxe programming language and OpenFL game framework to allow a flexible, write once, run anywhere style of game creation.

IDE

Stencyl is an authoring tool and IDE. The application includes several modules used to accomplish the necessary tasks to create games with the software.

Additional tools permit the user to import images for use as foregrounds and backgrounds in scenes, import and edit fonts, import sounds and music files (MP3 and OGG are supported, depending on the export target), and alter game settings such as player controls and game resolution. A library of common behaviors is included with Stencyl to reduce the need to recreate common game behaviors, and several game "kits" provide functional starting points for common 2D game genres.

VPL

When creating a new behavior, the option is presented to create it either in Code Mode or Design Mode. Using Code Mode for a behavior permits the user to program logic in traditional textual form and optionally open the code in an external editor. Alternatively, Design Mode is a GUI that allows users to create modular game logic for actors and scenes using a visual programming language. The concept of Design Mode as a form of end-user development originated with MIT's Scratch computer language learning environment, and was used with permission for Stencyl.

As it is a visual programming language, Design Mode users are not required to learn or type out a particular programming language, nor must they concern themselves with syntax. Rather, available actions are dragged and dropped from a palette of "code blocks". These blocks will snap in place together and nest within each other, permitting the creation of advanced logic from basic components. To avoid syntax errors during compilation, not all blocks will snap together. For example, a space that requires a Boolean value will not accept a block that represents a numeric value. The shapes of the block types are different to help represent this to the user as a behavior-shaping constraint. The number block could be used in conjunction with a comparison block - such as "(Number) equals (Number)" - to evaluate as a True/False statement for the needed Boolean.

Cloud Storage

StencylForge is an integrated online storage and sharing service for Stencyl games and game assets. It can be used to back up projects and access projects from other computers when logged into Stencyl. User-uploaded content is private by default, but it can also be made public to share with other users. In addition to user-uploaded content, officially sanctioned content such as example games, game kits, behaviors, and art or sound assets are also available and prominently featured on StencylForge.

Languages

Beginning with Stencyl 3.0 the entire program was made easily and fully translatable by the conversion of default, hard coded English text into database references. To make the translation process easier, a crowd-sourced translation effort was launched simultaneously. Users can view individual phrases and words; as well as submitting their own translations and voting on other users' submissions. As a result, over 26 languages are fully or partially available. As of June 2013, five (Traditional Chinese, Slovak, German, Italian, and Spanish) are fully translated, with eight others nearly complete.

Other

Integrated with Stencyl is Pencyl, an image editor derived from JHLabs Image Editor. Its use in Stencyl is usually secondary, as images are typically imported directly from the computer after being created separately. Stencyl can alternatively be set up to use external image editors, such as Photoshop and GIMP, to modify images already loaded into a project.

Stencyl also supports user-created extensions to add functions to the software. For example, an extension could add new blocks for Design Mode use, such as a third-party API. Another example is an extensive dialog scripting tool to easily add dialog and tweak its settings for a game.

See also

References

  1. Glockling, Max (16 January 2013). "Right Click flash menu". Retrieved 18 January 2013.
  2. "Stencyl - Pricing". stencyl.com. Retrieved 12 June 2015.
  3. Andrew, Keith. "Jonathan Chung on the potential of new cross platform 'no coding' 2D game tool iStencyl". PocketGamer. Retrieved 19 January 2012.
  4. Anthony Pecorella. "Q&A with Jon, creator of Stencyl". Retrieved 19 January 2012.
This article is issued from Wikipedia - version of the 10/6/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.