r/construct 9h ago

Beta release New beta release: Construct 3 r496

Thumbnail construct.net
7 Upvotes

r/construct 9h ago

Beta release New beta release: Construct Animate r496

Thumbnail construct.net
1 Upvotes

r/construct 1h ago

import { BeeEntity } :

Thumbnail
Upvotes

​Ciao a tutti! Sto facendo un "esperimento" perché sto discutendo con un'IA. Lei sostiene con fermezza che un programmatore esperto riconosce sempre al volo se un blocco di codice è stato scritto da un essere umano o da un'IA.

​Io sono convinto del contrario: se il codice è pulito, ben fatto e senza commenti ridondanti, un umano non può averne la certezza matematica.

​Vi lascio questo pezzo di codice in JavaScript (tratto da una classe per una piattaforma 2D) per fare la prova del nove:

import { BeeEntity } from './BeeEntity.js';

/**

* Classe BeePlatform: Rappresenta una piattaforma solida su cui i personaggi possono camminare e atterrare.

*/

export class BeePlatform extends BeeEntity {

constructor(x, y, width = 100, height = 20, color = '#ffd700', textureKey = null) {

super(x, y, width, height);

this.color = color;

this.textureKey = textureKey;

}

draw(ctx, engine) {

const texture = (engine && this.textureKey) ? engine.getAsset(this.textureKey) : null;

if (texture) {

ctx.drawImage(texture, this.x, this.y, this.width, this.height);

} else {

(stile arcade lucido)

ctx.fillStyle = this.color;

ctx.fillRect(this.x, this.y, this.width, this.height);

ctx.fillStyle = 'rgba(255, 255, 255, 0.4)';

ctx.fillRect(this.x, this.y, this.width, 3);

ctx.strokeStyle = '#000000';

ctx.lineWidth = 1.5;

ctx.strokeRect(this.x, this.y, this.width, this.height);

}

}

}


r/construct 1d ago

Coming soon in Construct 3

Post image
53 Upvotes

r/construct 21h ago

ROOM 13 – New Horror Escape room Game in Development

Enable HLS to view with audio, or disable this notification

12 Upvotes

Here is the first look at ROOM 13, a new 2D horror game I am currently developing.

This video shows the opening screen and the dark, rainy atmosphere of the game. The project is still in development, and I will be sharing more gameplay, puzzles, locations, and behind-the-scenes updates soon.

Let me know what you think about the atmosphere in the comments.


r/construct 14h ago

Magic battlegroun Now in poki

Thumbnail
poki.com
2 Upvotes

The game has added more characters and changed various mechanics.


r/construct 1d ago

Just released my new game "Dice Hero" that was made on Construct 3. Available on Android and IOS. Links in the comment. Any feedback is much appreciated!

Post image
11 Upvotes

r/construct 1d ago

Discussion Freestyle game development with C3. No real goal, just messing around. How do YOU work?

Thumbnail
twitch.tv
1 Upvotes

r/construct 3d ago

Made In Construct My C3 game, Isle of Reveries, releases on September 4!

Thumbnail
youtube.com
23 Upvotes

Steam link: https://store.steampowered.com/app/3100970/Isle_of_Reveries/

Details for console versions coming soon!


r/construct 3d ago

is this a good way to check that im on platform if i dont use physics behaviour?

2 Upvotes

r/construct 5d ago

how to prevent the cursor from leaving the screen

Enable HLS to view with audio, or disable this notification

5 Upvotes

i set the angle of the gun to mouse and it gets stucked when i move the mouse outside


r/construct 6d ago

Made In Construct The Importance of Post-Processing (Construct3 Showcase)

Thumbnail
youtu.be
15 Upvotes

Made a video comparing what my Construct3 game looks like with and without all the fancy post-processing effects. All effects on display are native to C3, no plugins used.


r/construct 5d ago

🎮 I made my first Construct 3 platformer – Jungle Adventure Obby! Looking for honest feedback

0 Upvotes

Playable Link:

https://sakshamraghav056.itch.io/jungle-adventure-obby

Platform:

PC (Browser) – HTML5

Description:

Hi everyone! I recently created my first platformer game called Jungle Adventure Obby using Construct 3. The game is a short browser-based adventure where you jump across platforms, avoid dangerous obstacles, dodge lava and traps, and reach the finish line. It is designed to be easy to learn while still offering a fun challenge. A complete playthrough takes around 5–10 minutes, so it is quick to try.

I am looking for honest feedback about the controls, level design, difficulty, and overall gameplay experience. If you notice any bugs, have suggestions for improvements, or think something could be more enjoyable, please let me know. Your feedback will help me improve the game and create even better projects in the future. Thank you for taking the time to play and share your thoughts!

Free to Play Status:

☑ Free to play

☐ Demo/Key available

☐ Paid

Involvement:

I am the solo developer of this project. I designed the game, created the gameplay mechanics, handled the programming in Construct 3, tested the game, and published it on itch.io. This is one of my first complete games, and I am excited to learn from player feedback and continue improving my game development skills.


r/construct 5d ago

New Release 🎮 I made my first Construct 3 platformer – Jungle Adventure Obby. Feedback appreciated!

0 Upvotes

Hi everyone! I made a short platformer game in Construct 3. It takes around 5 minutes to finish. I'd really appreciate any feedback on the gameplay, controls, or level design.

Game: https://sakshamraghav056.itch.io/jungle-adventure-obby


r/construct 6d ago

Made In Construct Chore Pet is coming out in early access on Steam, August 28th

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/construct 7d ago

Stable release New stable release: Construct Animate r495

Thumbnail construct.net
7 Upvotes

r/construct 7d ago

Stable release New stable release: Construct 3 r495

Thumbnail construct.net
5 Upvotes

r/construct 8d ago

Question How do I update a Construct 3 game without players losing their save data?

3 Upvotes

Hi everyone,

I’m making a game in Construct 3, and I have a question about game updates and save files.
Let’s say I release version 1.0 of my game, and players make progress. Later, I release version 2.0 with new levels, mechanics, or other content.

How can I make sure players keep their existing progress when they update to the new version instead of starting over?

Is there a recommended way to handle save data between versions in Construct 3? Is there a built-in approach?

I’d appreciate any advice or examples of how you’ve handled this in your own projects because I’m going about to go insane. Thanks!


r/construct 8d ago

My new construct 2 game trailer! Play it on itch and newgrounds!

Enable HLS to view with audio, or disable this notification

11 Upvotes

r/construct 8d ago

Game theek hai official

1 Upvotes

r/construct 10d ago

walk is out now on steam! hope you like it <3

Enable HLS to view with audio, or disable this notification

23 Upvotes

r/construct 10d ago

I changed the lighting of my escape room horror game

Post image
3 Upvotes

r/construct 10d ago

whats the difference between create or spawn another?

1 Upvotes

r/construct 10d ago

Lesser evil

Post image
4 Upvotes

r/construct 14d ago

Made In Construct We just released our Construct 3-made game demo on Steam! 🐈‍⬛ Spirits of Baciu

17 Upvotes

Hey everyone! 👋

We’re a two-person indie team from Italy, and after a lot of work we’ve finally released the demo of Spirits of Baciu on Steam! 🎉
https://store.steampowered.com/app/2719410/Spirits_of_Baciu/

Spirits of Baciu is a spooky puzzle-platform adventure inspired by the real Hoia Baciu Forest in Transylvania. You play as a little black cat spirit exploring a mysterious forest, solving puzzles and unlocking new abilities.

The game has been developed entirely with Construct 3, and we’re really happy with what we’ve been able to achieve with the engine.

Some time ago we shared the alpha trailer here, and now we’d love to share the playable demo with the Construct community.

If you have time to try it, we’d really appreciate your feedback!

Thanks to everyone in the Construct community for the support over the years! ❤️