Construct 2 is a popular HTML5-based 2D game engine that allows creators to build games using a visual "drag-and-drop" logic system rather than traditional coding While it has been succeeded by Construct 3
Multi-Platform Export: Primarily an HTML5 engine, it allows you to export your games to web browsers, desktop (via NW.js), and mobile platforms (Android/iOS). Important Status Update
Use Global Variables for values that persist (Score, Health).
Don't let your players lose their progress. By using the C2KG "Save" actions, you can upload the player's JSON state to a secure server, allowing them to pick up right where they left off on a different device. In-Game Messaging
Construct 2 is a popular HTML5-based 2D game engine that allows creators to build games using a visual "drag-and-drop" logic system rather than traditional coding While it has been succeeded by Construct 3
Multi-Platform Export: Primarily an HTML5 engine, it allows you to export your games to web browsers, desktop (via NW.js), and mobile platforms (Android/iOS). Important Status Update c2kg construct 2
Use Global Variables for values that persist (Score, Health). Construct 2 is a popular HTML5-based 2D game
Don't let your players lose their progress. By using the C2KG "Save" actions, you can upload the player's JSON state to a secure server, allowing them to pick up right where they left off on a different device. In-Game Messaging Modify enemy stats without opening the editor