alextro's Forum Posts

  • Add loop 'For each' for switch brick as condition:

    + System: For each switchbrick + System: Pick shadow where shadow.Pin.PinnedUID = switchbrick.UID -> shadow: Set color to rgbEx(255, 255, 255)

  • Why not just set them in first place?

    [Shadows] // Generates shadows onto terrain that casts them. ----+ ShadowCasters: On created ----+ System: For each ShadowCasters -----> ShadowCasters: Spawn shadow on layer 3 (image point 0) (create hierarchy: False) -----> shadow: Pin Pin to ShadowCasters (image point 0, angle: True, width: No, height: No, Z: False) -----> shadow: Set color to rgbEx(255, 255, 255) -----> ShadowCasters: Spawn shadow on layer 3 (image point 1) (create hierarchy: False) -----> shadow: Pin Pin to ShadowCasters (image point 1, angle: True, width: No, height: No, Z: False)

  • I have very fond memory with the classic title 'Lose Your Marbles' as a child who played this game in my cousin's computer.

    That time it was the only puzzle game I played yet it still leaves sweet memories. So it is not enigmatic thing to remake one's lovely puzzle game with their own vision.

    In original classic Lose Your Marbles each column kept filling with 5 marbles by default no matter how many consecutives combos player made, it will remains at least 5 marbles in that column.

    In current development I made it possible to just keep 1 marbles on each column. This is intended for possible puzzle clearance mode which the goal is to clear all marbles on screen.

    Also in original game the filling-drop system always picked side up marbles above center row to fall in. In my game it is depend on which side has the most marbles. Think about center row as center of gravity that will pull the closest or with the most queue. If both sides has the same amount of marbles queue, it will take different side to fall in from previously recorded 'same case'. So it kinda predictable but if only player can memorize it.

    That to be said in the beginning of the post. There is way way long to go to make the not so close classic title spinoff to surface.

    Tagged:

  • iS there any morale system that affecting units? For example if an unit surrounded by enemies that unit will likely to drop his guard or loosing focus so he can't attack properly.

  • I consider this game as finished: construct.net/en/free-online-games/inslid-34354/play

    Perhaps a little updates will give better playing experience. Feedbacks needed to evaluate what can be fix or improved futher.

  • Let there be an arrow trapped in block. It's a special block with special moves. I bet you can predict where it rotates.

  • Seems the Scroll To behavior taken by mouse cursor. Just guessing.

  • Add level progress in graph so player won't guess too much how far they are to next level.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • How about puzzle? It can be word puzzle, match-3, sokoban, math puzzle, pipe puzzle, jigsaw puzzle, etc. It's really often that puzzle game mixed up with other genre.

  • I see. Good start anyway to put your game in multiplayer fashion.

  • Still improving elements & UI to make interaction make sense. Maybe there will be 'pattern match mode' as a game option.

  • Nice Chiptune, love it. So sound-catchy. Why I feel the beat somehow remind me to Kamen Rider presence.

  • It just kind of string matching that read from input text compared to string in variable it's refer. It's like string matching for user login. If there is a list of keyword, probably using loop 'for' to looping through the list is a must.

  • Great, that kind of determination drive me too carving my path to understand things under the hood. Let's the journey spin!

  • There is already topic discussed about Sonic physics that might useful for reference:

    construct.net/en/forum/construct-2/work-in-progress-addons-30/behavior-sonic-physics-100800

    And also here: gamejolt.com/games/CosmicReboot/593802 ~It came with source project