Construct (game engine)

From Wikipedia the free encyclopedia

Construct 3
Developer(s)Scirra
Initial releaser71[1] / December 4, 2017; 6 years ago (2017-12-04)
Stable release
r368[2] / November 21, 2023; 4 months ago (2023-11-21)
Preview release
r367[3] / November 14, 2023; 4 months ago (2023-11-14)
Written inJavaScript
PredecessorConstruct 2
Available inEnglish
TypeGame creation system
LicenseProprietary
Websitewww.construct.net

Construct is an HTML5-based 2D video game engine developed by Scirra Ltd.[4][5] It is aimed primarily at non-programmers,[6] allowing quick creation of games through visual programming. First released as a GPL-licensed DirectX 9 game engine for Microsoft Windows with Python programming on October 27, 2007, it later became proprietary software with Construct 2, as well as switching its API technology from DirectX to NW.js and HTML5, as well as removing Python and adding JavaScript support and its plugin SDK in 2012,[7] and eventually switched to a subscription-based model as a web app.[8]

Features[edit]

Event system and behaviors[edit]

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.[9] 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.[10] Groups can be used to enable and disable multiple events at once, and to organize events.[11]

Object instance selection[edit]

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

JavaScript[edit]

Construct 3 supports JavaScript as an optional scripting language which was announced in May 2019, citing the need to satisfy the advanced users' needs and popularity of existing workarounds.[8]

Supported platforms[edit]

The latest version of Construct supports many platforms to export to, such as web applications and playable advertisements, to dedicated programs and mobile apps.[13] Previous versions of Construct also supported other online platforms and storefronts, but have since been removed due to low use or service changes to the platform.

Construct Classic[edit]

Construct Classic can only export to .exe files, due to its reliance on DirectX.

Construct 2[edit]

HTML5 and storefronts[edit]

Construct 2'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 2 can export to several online marketplaces and platforms, including Facebook, the Chrome Web Store, the Firefox Marketplace, the Amazon Appstore, Construct Arcade (their own platform to host games made in Construct) and Kongregate.[14][15]

Native platforms[edit]

Construct has the ability to export to several platforms that provide offline and native application behavior: Windows, MacOS 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 applications do not normally support, such as file I/O.[14] On October 23, 2012, Scirra announced full support for exporting to Windows 8 Metro applications, including the incorporation of in-app purchases, 'snap' view states, roaming data, sharing, live tiles, touch input and accelerometer and inclinometer input.[16] Support for exporting to Windows 10 Universal apps was added on August 26, 2015.[17]

Construct handles native mobile support for iOS and Android by using Cordova.[18]

Consoles[edit]

On January 20, 2014, Scirra announced that Construct 2 would be receiving support for Nintendo's Wii U system.[19] Later that year, a plug-in was released to make Construct-based games compatible with the Nintendo Web Framework.

On April 13, 2016, Scirra announced that Construct 2's UWP support will allow publishing games to the Xbox One.[20]

Construct 3[edit]

HTML5[edit]

Construct 3 currently supports web embeds through HTML5, uploading to Facebook Instant Games, Construct Arcade, as well as being formatted to interactive advertisements.[21] It also originally had supported uploading to Kongregate, but it was removed on July 14, 2020, after Kongregate removed submitting new games to the platform.[22]

Native platforms & consoles[edit]

Construct 3 also supports exporting to Windows, MacOS and Linux through NW.js, Android and iOS through Cordova, and Windows Store through UWP. Construct 3's UWP support also allows exporting to Xbox One, and Xbox Series X and S through backwards compatibility.[21]

Release history[edit]

Construct Classic[edit]

Construct Classic
Developer(s)Scirra
Initial release0.8 / October 27, 2007; 16 years ago (2007-10-27)
Final release
r2 / February 5, 2012; 12 years ago (2012-02-05)
Repositoryhttps://sourceforge.net/p/construct/code/HEAD/tree/
Written inC++
Operating systemMicrosoft Windows
SuccessorConstruct 2
Size16.2 MB
Available inEnglish
TypeGame creation system
LicenseGPLv2
Websitewww.scirra.com/construct-classic

Construct Classic is the first major version of the Construct engine. Unlike its successors, it is a free and open source game engine using DirectX. Originally developed by a group of students,[23] it was first released on October 27, 2007, as version 0.8.[24] The most recent release is r2, released on February 5, 2012.[25]

This version largely defined the software's visual programming language and separately supported Python scripting.[26]

Construct Classic was discontinued on April 20, 2013, to allow the development team to focus more on Construct 2.[27]

Construct 2[edit]

Construct 2
Developer(s)Scirra
Initial releaser51 / August 22, 2011; 12 years ago (2011-08-22)
Final release
r280 / July 1, 2021; 2 years ago (2021-07-01)
Preview release
r278 / July 20, 2020; 3 years ago (2020-07-20)
Operating systemMicrosoft Windows
PredecessorConstruct Classic
SuccessorConstruct 3
Size60.8 MB
Available inEnglish
TypeGame creation system
LicenseProprietary
Websitewww.scirra.com Edit this on Wikidata

Construct 2 is the second major release of the Construct engine. Major changes include DirectX being replaced with NW.js, allowing projects to be exported to platforms other than Microsoft Windows, including HTML5, Mac OS and Linux. The licensing system also moved from GPLv2 to a proprietary license with a free version available for download.[28]

Construct 2 entered public beta on February 4, 2011,[29][4] and was launched on August 22, 2011.[30]

During 2012, Python scripting was retired, citing complications with running Python in browsers and general complexity of maintaining a compatible scripting system.[7] A JavaScript SDK for plugins was introduced as a replacement.[31]

On February 20, 2020, Scirra announced plans to discontinue Construct 2, with sales of new licenses retired on July 1, 2020. The software was fully discontinued on July 1, 2021.[32][33]

Steam version[edit]

On October 18, 2012, Construct 2 was submitted to Steam Greenlight.[34] Construct 2 was in the first batch of software titles to be greenlit[35] on November 30, 2012. On January 26, 2013, Construct 2 was the second software title from Steam Greenlight to be launched on Steam.[36]

On January 17, 2019, it was announced that the Steam version will be delisted from the store on January 31, 2019, due to the phasing out of Construct 2.[37] However, the free version can still be downloaded via unofficial websites or a Steam install link.

Construct 3[edit]

Construct 3 is the most recent major version of the Construct engine. Announced on January 27, 2015, new features include Mac and Linux support, multi-language support and third-party expansion of the editor with an official plugin SDK for the editor.[32] More details were revealed on February 1, 2017,[38] with a public beta starting on March 28 of the same year.[39] It concluded on December 4, 2017, with the release of the engine. Improvements include a overhauled manual, official tutorials and translations of the IDE.[40]

This version also changed from a pay-once model to a yearly subscription-based model.[41]

On May 23, 2019, JavaScript coding was announced as a separate add-on, but was free for all users who had a paying license before September 2, 2019.[42] The feature was added with r157 on July 5, 2019.[43]

Construct Arcade[edit]

Construct Arcade
Type of site
Game portal
Available inEnglish
OwnerScirra
URLhttps://www.construct.net/en/free-online-games
CommercialYes
RegistrationOptional (to upload games)
Launched2011-11-23
Current statusActive

Construct Arcade (formerly known as Scirra Arcade) is a game portal for projects created in Construct 2 or 3. It was launched on November 23, 2011, along with update r69 of Construct 2.[44] It was later added to Construct 3 on r24.[45]

On August 14, 2019, a new version of the arcade was released, with it being renamed to the Construct Arcade. Changes to the platform includes a new layout, stability improvements, publisher profiles, a way to view analytics of published games on the website and links to other storefronts.[46]

Construct Animate[edit]

Construct Animate is an animation tool based on Construct 3 and launched on May 26, 2022 in public beta.[47]

Key differences include absence of game-related features (while maintaining interactivity features) and "faster-than-realtime" video encoding.[48]

See also[edit]

References[edit]

  1. ^ "Construct 3 r71". www.construct.net. 4 December 2017. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  2. ^ "Construct 3 r368". www.construct.net. 21 November 2023.
  3. ^ "Construct 3 r367". www.construct.net. 14 November 2023.
  4. ^ a b "Create games with Construct 2". Scirra. Archived from the original on 2016-06-06. Retrieved 2012-03-24.
  5. ^ "London Startup Scirra Launches HTML5 Game Creator". Yahoo News. Archived from the original on 2012-12-26. Retrieved 2017-01-14.
  6. ^ "Construct 2, a drag and drop game maker". ActiveTuts+. 8 February 2012. Archived from the original on 2013-06-03. Retrieved 2012-03-19.
  7. ^ a b "A new way to learn how to program". www.construct.net. Archived from the original on 2021-02-04. Retrieved 2018-05-11.
  8. ^ a b "Construct 3 Adding JavaScript Support". www.gamefromscratch.com. 23 May 2019. Archived from the original on 2019-06-07. Retrieved 2019-06-07.
  9. ^ How Events Work. (n.d) retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/manual/75/how-events-work Archived 2016-03-28 at the Wayback Machine
  10. ^ 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 Archived 2016-03-28 at the Wayback Machine
  11. ^ Event Groups. (n.d) retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/manual/80/groups Archived 2016-03-28 at the Wayback Machine
  12. ^ Scirra. How Events Work. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/manual/75/how-events-work Archived 2016-03-28 at the Wayback Machine
  13. ^ "Publishing projects - Construct 3 Documentation". www.construct.net. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  14. ^ a b Scirra. Supported platforms. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/manual/168/supported-platforms Archived 2014-05-21 at the Wayback Machine
  15. ^ 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 Archived 2014-05-21 at the Wayback Machine
  16. ^ 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 Archived 2014-05-25 at the Wayback Machine
  17. ^ Gullen, A. (2015, August, 25). Publish Windows 10 Store apps with Construct 2. retrieved 8/5/2016, from Scirra Web Site: https://www.scirra.com/blog/167/publish-windows-10-store-apps-with-construct-2 Archived 2016-03-23 at the Wayback Machine
  18. ^ 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 Archived 2014-05-25 at the Wayback Machine
  19. ^ 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 Archived 2014-05-21 at the Wayback Machine
  20. ^ Gullen, A. (2016, April, 13). Announcing Xbox One export beta. retrieved 8/5/2016, from Scirra Web Site: https://www.scirra.com/blog/176/announcing-xbox-one-export-beta Archived 2016-08-07 at the Wayback Machine
  21. ^ a b "Publishing projects - Construct 3 Documentation". www.construct.net. 2019-10-09. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  22. ^ "Construct 3 r207". www.construct.net. 2020-07-14. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  23. ^ Ashley Gullen (2007-01-07). "Forum Post". Archived from the original on 2019-09-24. Retrieved 2014-05-14.
  24. ^ "Construct Classic - Browse /construct/Construct 0.8 at". Sourceforge.net. 2007-10-27. Retrieved 2012-06-12.
  25. ^ Ashley Gullen (2012-02-05). "Construct Classic r2 released". Archived from the original on 2014-06-07. Retrieved 2014-06-04.
  26. ^ Bigelow, Daven (2012-01-01). Construct Game Development Beginner's Guide. Packt Publishing Ltd. ISBN 9781849516617. Archived from the original on 2019-04-23. Retrieved 2018-05-11.
  27. ^ "Scirra has retired Construct Classic". www.construct.net. 2013-04-20. Archived from the original on 2021-01-22. Retrieved 2021-01-22.
  28. ^ "How Construct 2 licenses work - Scirra.com". www.scirra.com. Archived from the original on 2018-05-11. Retrieved 2018-05-11.
  29. ^ "Construct 2 Exports to HTML5 and more | GameMaker Blog". GameMaker Blog. 7 February 2011. Archived from the original on 2018-05-11. Retrieved 2018-05-11.
  30. ^ "Launching Construct 2 licenses and r51". www.construct.net. Archived from the original on 2021-02-04. Retrieved 2018-05-11.
  31. ^ "Construct 2 Javascript SDK documentation - Construct 2 Manual". www.scirra.com. Archived from the original on 2018-05-11. Retrieved 2018-05-11.
  32. ^ a b Ashley Gullen (2015-01-27). "The future of Construct". Archived from the original on 2015-04-02. Retrieved 2015-03-01.
  33. ^ "Sunsetting Construct 2". www.construct.net. 2020-02-20. Archived from the original on 2021-01-21. Retrieved 2021-01-21.
  34. ^ "Steam Greenlight :: Construct 2". Steamcommunity.com. Archived from the original on 2013-07-28. Retrieved 2013-07-06.
  35. ^ "Group Announcements :: Greenlight". Steam Community. 30 November 2012. Archived from the original on 2013-01-21. Retrieved 2013-07-06.
  36. ^ "Construct 2 on Steam". Store.steampowered.com. 2013-01-25. Archived from the original on 2013-06-21. Retrieved 2013-07-06.
  37. ^ "Construct 2 will be de-listed from Steam on Jan 31st :: Construct 2 Free General Discussions". steamcommunity.com. Archived from the original on 2021-02-04. Retrieved 2021-01-21.
  38. ^ GameFromScratch.com, Copyright (2 February 2017). "Construct 3 Details Released". www.gamefromscratch.com. Archived from the original on 2018-05-11. Retrieved 2018-05-11.
  39. ^ "Construct 3 public beta now available!". www.construct.net. Archived from the original on 2021-02-04. Retrieved 2018-05-11.
  40. ^ "Launching Construct 3: now out of beta!". www.construct.net. 2017-12-04. Archived from the original on 2021-02-04. Retrieved 2019-06-07.
  41. ^ "Construct 3 Details Released". GameFromScratch.com. 2 February 2017. Archived from the original on 11 May 2021. Retrieved 25 March 2021.
  42. ^ "Introducing JavaScript coding in Construct". www.construct.net. 23 May 2019. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  43. ^ "JavaScript coding now available". www.construct.net. 5 July 2019. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  44. ^ "Construct 2 r69 (Beta) Download - Scirra.com". www.scirra.com. 2011-11-23. Archived from the original on 2017-05-07. Retrieved 2021-01-22.
  45. ^ "Construct 3 r24". www.construct.net. 4 May 2017. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  46. ^ "New Construct Arcade Has Landed". www.construct.net. 2019-08-14. Archived from the original on 2021-02-04. Retrieved 2021-01-22.
  47. ^ "Construct Animate Beta". GameFromScratch.com. 26 May 2022.
  48. ^ "Announcing a new product in beta: Construct Animate!". www.construct.net. 26 May 2022.

External links[edit]