Description
GW Connect Electricity
GW Connect Electricity is a puzzle-based game where players must strategically place and rotate electricity poles to establish a connection between different points. The objective is to complete the electrical network using available components while adhering to constraints like limited space and predefined starting points.
Gameplay Instructions
1. Placing Poles:
Tap on a designated touch point to place an electricity pole.
Once placed, tap the pole again to rotate it and adjust its alignment.
2. Objective:
Connect all the required points using a continuous electricity network.
Ensure the correct rotation and positioning of poles to establish a proper connection.
3. Game Mechanics:
Limited number of poles per level.
Increasing complexity with obstacles and constraints in higher levels.
4. Visual Indicators:
Lines indicate power flow between connected poles.
Unconnected poles appear as inactive until properly linked.
Editing the Game “GW_connect_Electricity” in Construct 3 :
1. Opening the Project
Open Construct 3 in your browser or application.
Layouts: These are the different screens or levels of your game. You have:
loader (Loading screen)
Menu (Level selection)
level_1 to level_30 (Game levels)
Event Sheets: These control game logic. You have:
es_loader (Loading screen events)
es_game (Game logic)
es_selectLevel (Level selection logic)
Navigate to “Project” → “Layouts” and select the level you want to edit.
The game screen appears in the editor.
Open the corresponding Event Sheet (es_game, es_loader, etc.).
To edit an existing event:
Click on the event in the Event Sheet.
Modify conditions or actions in the event properties.
To add a new event:
Click “Add event” at the bottom.
Choose a condition (e.g., “On player click”).
Add an action (e.g., “Play sound”, “Move object”).
Test changes by clicking “Run Layout”.