Construct (game engine)

Construct 2
Developer(s) Scirra
Initial release February 4, 2011[1]
Stable release r200 / March 16, 2015[2]
Preview release r203 / April 21, 2015[3]
Development status Active
Written in C++, Javascript
Operating system Microsoft Windows
Available in English
Type Game engine / Multimedia content creator
License Proprietary
Website www.scirra.com

Construct is an HTML5-based 2D game editor, developed by Scirra Ltd.[4][5] It is aimed primarily at non-programmers,[6] allowing quick creation of games in a drag-and-drop fashion using a visual editor and a behavior-based logic system.

Features

Event system and Behaviors

The primary method of programming games and applications in Construct is through 'event sheets', which are similar to source files used in programming languages. Each event sheet has a list of events, which contain conditional statements or triggers. Once these are met, actions or functions can be carried out.[7] Event logic such as OR and AND, as well as sub-events (representing scope) allow for sophisticated systems to be programmed without learning a comparatively more difficult programming language.[8] Groups can be used to enable and disable multiple events at once, and to organize events.[9]

Object Instance selection

Unlike many traditional development environments, Construct eschews selecting specific instances of objects when adding events, in favor of filtering through all instances of an object type on screen. When adding events, the editor allows the user to specify conditions or checks that must be fulfilled by each object instance on the screen before the event will be added or run by it. Events can be chained together using sub-events, allowing for more complicated behaviors to be created.[10]

Supported Platforms

HTML5 and Storefronts

Construct's primary export platforms are HTML5 based. It claims support across Google Chrome, Firefox, Internet Explorer 9+, Safari 6+ and Opera 15+ on desktop browsers, and support for Safari in iOS 6+, Chrome and Firefox for Android, Windows Phone 8+, BlackBerry 10+ and Tizen.

Additionally, Construct can export to several online marketplaces and platforms, including Facebook, the Chrome Web Store, the Firefox Marketplace, the Amazon Appstore, Scirra's own Arcade and Kongregate.[11][12]

Native Platforms

Construct has the ability to export to several platforms that provide offline and native application behavior: Windows, OS X and both 32-bit and 64-bit Linux are supported by exporting to Node-Webkit. Doing this will allow the user to incorporate several features that HTML5 apps do not normally support, such as fileIO.[11] On October 23, 2012, Scirra announced full support for exporting to Windows 8 Metro apps, including the incorporation of in-app purchases, 'snap' view states, roaming data, sharing, live tiles, touch input and accelerometer and inclinometer input.[13]

Construct 2 handles native mobile support for iOS and Android by utilizing third-party wrappers such as PhoneGap, CocoonJS, Crosswalk and Ejecta.[14][15][16][17]

Consoles

On January 20, 2014, Scirra announced that Construct would be adding support for the Nintendo's Wii U system.[18] Later that year, a plug-in was released to make Construct-based games compatible with the Nintendo Web Framework. Currently, there has been no discussion or news about supporting other consoles.

Release History

Construct Classic

Construct Classic

The Construct user interface. Editing a layout and a sprite.
Developer(s) Scirra
Initial release October 27, 2007
Stable release r2 / February 5, 2012
Development status Retired
Written in C++
Operating system Microsoft Windows
Available in English
Type Game development
License GPL
Website www.scirra.com

Originally developed by a group of students,[19] Construct Classic is the free and open source DirectX predecessor to Construct 2, first released on October 27, 2007.[20] The most recent release is r2, released on February 5, 2012.[21]

Construct 2

On April 20, 2013, Construct Classic was retired to allow the development team to focus more on Construct 2.[22] Construct 2 added a JavaScript framework for programmers to use alongside the drag-and-drop editor.[4]

Steam

On October 18, 2012, Construct 2 was submitted to Steam Greenlight.[23] Construct 2 was in the first batch of software titles to be greenlit[24] on November 30, 2012. On January 26, 2013, Construct 2 was the second 'Greenlit' software title to be launched on Steam.[25]

Construct 3

On January 27, 2015, Construct 3 was announced in an entry in the official Scirra blog. New features include Mac and Linux support, multi-language support and third-party extensibility of the editor.[26]

References

  1. "Download the public preview (release 26)". Ashley Gullen. 2014-02-04. Retrieved 2014-06-15.
  2. "Construct 2 Release r200". Scirra. 2015-03-16. Retrieved 2015-03-19.
  3. "Construct 2 Release r203". Scirra. 2015-04-21. Retrieved 2015-04-24.
  4. 4.0 4.1 "Create games with Construct 2". Scirra.
  5. "London Startup Scirra Launches HTML5 Game Creator". Yahoo News.
  6. "Construct 2, a drag and drop game maker". ActiveTuts+.
  7. How Events Work. (n.d) retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/manual/75/how-events-work
  8. Gullen, A (2012, April, 13). Guide to Construct 2's advanced event features. retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/tutorials/292/guide-to-construct-2s-advanced-event-features
  9. Event Groups. (n.d) retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/manual/80/groups
  10. Scirra. How Events Work. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/manual/75/how-events-work
  11. 11.0 11.1 Scirra. Supported platforms. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/manual/168/supported-platforms
  12. Burton A. (2012, December, 17). How to Export to Kongregate/How to Upload to Kongregate. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/tutorials/424/how-to-export-to-kongregatehow-to-upload-to-kongregate
  13. Gullen, A. (2012, October, 23). Make Windows 8 games with Construct 2. retrieved 5/25/2014, from Scirra Web Site: https://www.scirra.com/blog/99/make-windows-8-games-with-construct-2
  14. Gullen, A. (2011, October 28). How to make native phone apps with Construct 2 and PhoneGap. retrieved at 5/25/2014, from Scirra Web Site: https://www.scirra.com/tutorials/71/how-to-make-native-phone-apps-with-construct-2-and-phonegap
  15. Gullen, A. (2012, May 14). How to export to CocoonJS. retrieved at 6/15/2014, from Scirra Web Site: https://www.scirra.com/tutorials/303/how-to-export-to-cocoonjs
  16. Gullen, A. (2014, January 14). How to export to Android with Crosswalk. retrieved at 5/25/2014, from Scirra Web Site: https://www.scirra.com/tutorials/809/how-to-export-to-android-with-crosswalk
  17. Gullen, A. (2014, April 23). How to export to iOS with Ejecta. retrieved at 5/25/2014, from Scirra Web Site: https://www.scirra.com/tutorials/992/how-to-export-to-ios-with-ejecta
  18. Gullen, A. (2014, January, 20). Announcing Construct 2 support for Wii U. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/blog/135/announcing-construct-2-support-for-wii-u
  19. Ashley Gullen (2007-01-07). "Forum Post". Retrieved 2014-05-14.
  20. "Construct Classic - Browse /construct/Construct 0.8 at". Sourceforge.net. 2007-10-27. Retrieved 2012-06-12.
  21. Ashley Gullen (2012-02-05). "Construct Classic r2 released". Retrieved 2014-06-04.
  22. Ashley Gullen (2013-04-20). "Forum Post". Retrieved 2014-05-14.
  23. "Steam Greenlight :: Construct 2". Steamcommunity.com. Retrieved 2013-07-06.
  24. "Group Announcements :: Greenlight". Steam Community. Retrieved 2013-07-06.
  25. "Construct 2 on Steam". Store.steampowered.com. 2013-01-25. Retrieved 2013-07-06.
  26. Ashley Gullen (2015-01-27). "The future of Construct". Retrieved 2015-03-01.

External links