Construct (game engine)

From Infogalactic: the planetary knowledge core
(Redirected from Construct (software))
Jump to: navigation, search
Construct 2
Construct 2 Logo
Developer(s) Scirra
Initial release February 4, 2011 (2011-02-04)[1]
Stable release r227 / April 12, 2016 (2016-04-12)[2]
Preview release r229 / May 25, 2016 (2016-05-25)[3]
Development status Active
Written in C++, Javascript
Operating system Microsoft Windows
Available in English
Type Game creation system / Multimedia content creator
License Proprietary
Website www.scirra.com

Construct 2 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 NW.js. 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 Cordova.[14]

Consoles

On January 20, 2014, Scirra announced that Construct would be adding support for Nintendo's Wii U system.[15] 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
Construct UI.png
The Construct user interface. Editing a layout and a sprite.
Developer(s) Scirra
Initial release October 27, 2007 (2007-10-27)
Stable release r2 / February 5, 2012 (2012-02-05)
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,[16] Construct Classic is the free and open source DirectX predecessor to Construct 2, first released on October 27, 2007.[17] The most recent release is r2, released on February 5, 2012.[18]

Construct 2

On April 20, 2013, Construct Classic was retired to allow the development team to focus more on Construct 2.[19] 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.[20] Construct 2 was in the first batch of software titles to be greenlit[21] on November 30, 2012. On January 26, 2013, Construct 2 was the second 'Greenlit' software title to be launched on Steam.[22]

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.[23]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  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 export to mobile with Cordova. 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. (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
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.

External links