alextro's Recent Forum Activity

  • I also made laser guide with bouncing angle:

  • Take my example, you will learn something from it:

  • I modified R0J0 example, make it compact & intuitive (and touch friendly) bitwise_mod.capx

  • Snake movement covered in following thread:

  • What do you want to do by using platform behavior? Do the runner need to jump or else?

  • That's a lot of example R0J0. I think I need extra time to understand them. I red that dijkstra algorithm is the most shortest possible route calculation.

  • So they are end up stacked behind the finish, right? Sure runner can gain speed again by using lerp from 0 to max.

    Done.

    Please download again from previous link, it's updated.

  • Thanks R0J0hound for cover every possibility with it's pros and cons. A* seems fair enough for fixed same distance (grid). I always think there must be other way than using overlapping test. Since JS not my thing, I'd like to see an example that utilizing array like you said.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like to improve the searching time by implement bidirectional search with dual floodfill.

    Say A is starting point and B is the goal. Both point will flooding their neighbour until they flooded certain point that will act as an intersection, let's call it "C". Then The result is path cost/step to reach C for both that bring us to total cost by sum up them:

    Total_cost = A_cost + B_cost

    Now we just need to traceback from A. However the traces from B need to be converted to cost "how far them from A". We need to write new value from existing b_cost towards the goal.

    Total_cost-B_cost = A_cost

    So now early traces from B got an A_cost in correct order to complete entire node path. That should relatively fast in theory.

    Time to implement the idea.

  • Iolva

    1. It just use standard default features from C2 so no additional plugin were involved.

    2. About 280 events for main gameplay

    3. The manual is not finished yet. I admit it is my weakest point at this stage.

  • Me, a cartoon-ish cat made with vector & raster software framed with 9-patch object that resembled of puzzle stuff.

  • Thank you Iolva really something to me.

alextro's avatar

alextro

Member since 22 Feb, 2012

Twitter
alextro has 39 followers

Trophy Case

  • 12-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x4
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x6
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

26/44
How to earn trophies